We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
debug
1 parent ffac7e1 commit 9dfa996Copy full SHA for 9dfa996
packages/plugin-vue/tsdown.config.ts
@@ -2,5 +2,13 @@ import { defineConfig } from 'tsdown'
2
3
export default defineConfig({
4
entry: 'src/index.ts',
5
+ inputOptions: {
6
+ resolve: {
7
+ alias: {
8
+ // we can always use node version (the default entry point has browser support)
9
+ debug: 'debug/src/node.js',
10
+ },
11
12
13
dts: true,
14
})
0 commit comments