Skip to content

Commit edbf621

Browse files
authored
fix: use nuxt-define to setup compiler constants (#3680)
1 parent 6cc2a80 commit edbf621

3 files changed

Lines changed: 15 additions & 557 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"knitwork": "^1.2.0",
101101
"magic-string": "^0.30.17",
102102
"mlly": "^1.7.4",
103+
"nuxt-define": "^1.0.0",
103104
"oxc-parser": "^0.72.1",
104105
"pathe": "^2.0.3",
105106
"typescript": "^5.8.3",
@@ -115,7 +116,6 @@
115116
"@eslint/js": "9.28.0",
116117
"@nuxt/module-builder": "^1.0.1",
117118
"@nuxt/schema": "^3.17.5",
118-
"@rspack/core": "^1.3.13",
119119
"@types/debug": "^4.1.12",
120120
"@types/estree": "^1.0.7",
121121
"@types/jsdom": "^21.1.7",
@@ -145,8 +145,7 @@
145145
"unbuild": "^3.5.0",
146146
"undici": "^7.10.0",
147147
"vitest": "^3.1.4",
148-
"vue": "^3.5.16",
149-
"webpack": "^5.99.9"
148+
"vue": "^3.5.16"
150149
},
151150
"lint-staged": {
152151
"*.{json,md,yml}": [

0 commit comments

Comments
 (0)