Skip to content

Commit ff628dd

Browse files
committed
refactor: don't inline deps
1 parent 3110240 commit ff628dd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"dependencies": {
6565
"@nuxt/kit": "^4.2.0",
6666
"es-module-lexer": "^1.7.0",
67+
"escape-string-regexp": "^5.0.0",
6768
"magic-string": "^0.30.21",
6869
"unplugin": "^2.3.10"
6970
},
@@ -75,7 +76,6 @@
7576
"@vitest/ui": "^4.0.6",
7677
"bumpp": "^10.3.1",
7778
"esbuild": "~0.25.12",
78-
"escape-string-regexp": "^5.0.0",
7979
"eslint": "^9.39.1",
8080
"fast-glob": "^3.3.3",
8181
"prettier": "^3.6.2",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ import { defineConfig } from 'tsdown'
33
export default defineConfig({
44
entry: 'src/*.ts',
55
exports: true,
6+
inlineOnly: [],
67
})

0 commit comments

Comments
 (0)