@caweb/webpack 1.6.7 → 1.6.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/webpack",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "description": "CAWebPublishing Webpack Configuration",
5
5
  "main": "webpack.config.js",
6
6
  "files": [
package/webpack.config.js CHANGED
@@ -102,8 +102,7 @@ let webpackConfig = {
102
102
  filename: isProduction ? '[name].min.js' : '[name].js',
103
103
  chunkFilename: isProduction ? '[name].min.js?v=[chunkhash]' : '[name].js?v=[chunkhash]',
104
104
  pathinfo: false,
105
- clean: isProduction,
106
- publicPath: '/',
105
+ clean: isProduction
107
106
  },
108
107
 
109
108
  /**