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.
1 parent 3110240 commit 2e9613dCopy full SHA for 2e9613d
package.json
@@ -64,6 +64,7 @@
64
"dependencies": {
65
"@nuxt/kit": "^4.2.0",
66
"es-module-lexer": "^1.7.0",
67
+ "escape-string-regexp": "^5.0.0",
68
"magic-string": "^0.30.21",
69
"unplugin": "^2.3.10"
70
},
@@ -75,7 +76,6 @@
75
76
"@vitest/ui": "^4.0.6",
77
"bumpp": "^10.3.1",
78
"esbuild": "~0.25.12",
- "escape-string-regexp": "^5.0.0",
79
"eslint": "^9.39.1",
80
"fast-glob": "^3.3.3",
81
"prettier": "^3.6.2",
tsdown.config.ts
@@ -3,4 +3,5 @@ import { defineConfig } from 'tsdown'
3
export default defineConfig({
4
entry: 'src/*.ts',
5
exports: true,
6
+ inlineOnly: [],
7
})
0 commit comments