@shopgate/webpack 7.30.0-alpha.2 → 7.30.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/webpack.config.js +0 -2
package/package.json
CHANGED
package/webpack.config.js
CHANGED
|
@@ -148,7 +148,6 @@ const config = {
|
|
|
148
148
|
},
|
|
149
149
|
},
|
|
150
150
|
}),
|
|
151
|
-
new webpack.optimize.ModuleConcatenationPlugin(),
|
|
152
151
|
|
|
153
152
|
// Plugin to minify the HTML output fo the default.ejs template
|
|
154
153
|
new HTMLWebpackPlugin({
|
|
@@ -299,7 +298,6 @@ const config = {
|
|
|
299
298
|
moduleIds: 'deterministic',
|
|
300
299
|
chunkIds: 'deterministic',
|
|
301
300
|
nodeEnv: ENV,
|
|
302
|
-
minimize: true,
|
|
303
301
|
removeAvailableModules: true,
|
|
304
302
|
minimizer: [
|
|
305
303
|
new TerserPlugin({
|