You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using vite to transpile the E2E spec files with cypress-vite, it shows this error:
Error: Invalid value for option "output.inlineDynamicImports" - multiple inputs are not supported when "output.inlineDynamicImports" is true.
at error (file:///runner/_work/<project>/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/rollup.js:1858:30)
at getInlineDynamicImports (file:///runner/_work/<project>/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/rollup.js:23490:16)
at normalizeOutputOptions (file:///runner/_work/<project>/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/rollup.js:23392:34)
at getOutputOptions (file:///runner/_work/<project>/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/rollup.js:23781:12)
at getOutputOptionsAndPluginDriver (file:///runner/_work/<project>/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/rollup.js:23776:12)
at handleGenerateWrite (file:///runner/_work/<project>/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/rollup.js:23751:74)
at Object.write (file:///runner/_work/<project>/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/rollup.js:23721:20)
at generate (file:///runner/_work/<project>/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-4da11a5e.js:45818:64)
at doBuild (file:///runner/_work/<project>/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-4da11a5e.js:45826:32)
at async Module.build (file:///runner/_work/<project>/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-4da11a5e.js:45662:16)
at async Object.handler (/runner/_work/<project>/node_modules/.pnpm/[email protected][email protected]/node_modules/cypress-vite/dist/index.js:[97](https://github.com/falcondev-it/falcon-cookie/actions/runs/3275806652/jobs/5391101940#step:12:98):21)
The text was updated successfully, but these errors were encountered:
DrJume
changed the title
#10116 breakscypress-vite preprocessor
https://github.com/vitejs/vite/pull/10116 breakscypress-vite preprocessor
Oct 18, 2022
DrJume
changed the title
https://github.com/vitejs/vite/pull/10116 breakscypress-vite preprocessor[email protected] breakscypress-vite preprocessor
Oct 18, 2022
The issue is also tracked in:
[email protected]
breakscypress-vite
mammadataei/cypress-vite#5It is probably caused by:
rollupOptions.input
in lib mode #10116 (comment)When using vite to transpile the E2E spec files with
cypress-vite
, it shows this error:Originally posted by @DrJume in #10116 (comment)
The text was updated successfully, but these errors were encountered: