@caweb/webpack 1.1.2 → 1.1.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/webpack",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "CAWebPublishing Webpack Configuration",
5
5
  "main": "index.js",
6
6
  "type": "module",
package/webpack.config.js CHANGED
@@ -137,8 +137,6 @@ if( 'serve' === webpackCommand ){
137
137
 
138
138
  template = templates.includes(template) ? template : 'default';
139
139
 
140
- console.log( template );
141
-
142
140
  // Dev Server is added
143
141
  webpackConfig.devServer = {
144
142
  ...baseConfig.devServer,