@caweb/webpack 1.5.7 → 1.5.8
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 -4
package/package.json
CHANGED
package/webpack.config.js
CHANGED
|
@@ -115,10 +115,6 @@ baseConfig.module.rules.forEach((rule, i) => {
|
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
117
|
|
|
118
|
-
// we remove the WordPress CleanWebpackPlugin definition
|
|
119
|
-
// instead we use the Webpack output.clean definition
|
|
120
|
-
baseConfig.plugins.splice(1,1, false);
|
|
121
|
-
|
|
122
118
|
/**
|
|
123
119
|
* we remove the WordPress devServer declaration since we can only have 1 when exporting multiple configurations
|
|
124
120
|
*
|