@caweb/webpack 1.6.0 → 1.6.1

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.0",
3
+ "version": "1.6.1",
4
4
  "description": "CAWebPublishing Webpack Configuration",
5
5
  "main": "webpack.config.js",
6
6
  "files": [
package/webpack.config.js CHANGED
@@ -180,8 +180,8 @@ let webpackConfig = {
180
180
  * @see https://webpack.js.org/configuration/stats/
181
181
  */
182
182
  stats: {
183
- errors: false,
184
- errorDetails: false,
183
+ errors: true,
184
+ errorDetails: true,
185
185
  },
186
186
 
187
187