Skip to content

Commit e9c3646

Browse files
chore!: update rollup commonjs plugin to v22 (#8743)
Co-authored-by: sapphi-red <[email protected]>
1 parent 9842ffa commit e9c3646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"test": "run-s test-unit test-serve test-build",
2121
"test-serve": "vitest run -c vitest.config.e2e.ts",
2222
"test-build": "cross-env VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts",
23+
"test-build-legacy-cjs": "cross-env VITE_TEST_LEGACY_CJS_PLUGIN=1 pnpm test-build",
2324
"test-unit": "vitest run",
2425
"test-docs": "pnpm run docs-build",
2526
"debug-serve": "cross-env VITE_DEBUG_SERVE=1 vitest run -c vitest.config.e2e.ts",

0 commit comments

Comments
 (0)