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 65b2b15 commit e265e5cCopy full SHA for e265e5c
package.json
@@ -21,7 +21,7 @@
21
"test": "run-s test-unit test-serve test-build",
22
"test-serve": "vitest run -c vitest.config.e2e.ts",
23
"test-build": "cross-env VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts",
24
- "test-build-legacy-cjs": "cross-env VITE_TEST_LEGACY_CJS_PLUGIN=1 pnpm test-build",
+ "test-build-without-plugin-commonjs": "cross-env VITE_TEST_WITHOUT_PLUGIN_COMMONJS=1 pnpm test-build",
25
"test-unit": "vitest run",
26
"test-docs": "pnpm run docs-build",
27
"debug-serve": "cross-env VITE_DEBUG_SERVE=1 vitest run -c vitest.config.e2e.ts",
0 commit comments