Skip to content

Commit 11b9d5d

Browse files
author
Ives van Hoorne
committed
Disable concatenation
1 parent 65212d6 commit 11b9d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/config/webpack.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = merge(commonConfig, {
5454
},
5555
}),
5656
],
57-
concatenateModules: true, // ModuleConcatenationPlugin
57+
// concatenateModules: true, // ModuleConcatenationPlugin
5858
namedModules: true, // NamedModulesPlugin()
5959
noEmitOnErrors: true, // NoEmitOnErrorsPlugin
6060

0 commit comments

Comments
 (0)