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 ba90b0d commit 8bcc6f5Copy full SHA for 8bcc6f5
packages/vite/package.json
@@ -8,7 +8,7 @@
8
"license": "MIT",
9
"homepage": "https://github.com/vitejs/devtools#readme",
10
"repository": {
11
- "directory": "/vite",
+ "directory": "packages/vite",
12
"type": "git",
13
"url": "git+https://github.com/vitejs/devtools.git"
14
},
@@ -28,7 +28,7 @@
28
"dist"
29
],
30
"scripts": {
31
- "build": "pnpm dev:prepare && nuxi build src && tsdown",
+ "build": "pnpm dev:prepare && ROLLDOWN_OPTIONS_VALIDATION=loose nuxi build src && tsdown",
32
"build:debug": "NUXT_DEBUG_BUILD=true pnpm run build",
33
"dev": "DEBUG='vite:devtools:*' ROLLDOWN_OPTIONS_VALIDATION=loose nuxi dev src",
34
"dev:prepare": "nuxi prepare src",
0 commit comments