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 c0ca45c commit ab0503bCopy full SHA for ab0503b
packages/@vue/cli-service/lib/config/app.js
@@ -24,7 +24,7 @@ module.exports = (api, options) => {
24
const outputDir = api.resolve(options.outputDir)
25
26
// code splitting
27
- if (isProd) {
+ if (isProd && !process.env.CYPRESS_ENV) {
28
webpackConfig
29
.optimization.splitChunks({
30
cacheGroups: {
0 commit comments