Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "dq-webpack", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Common webpack configuration for all projects with ability to customize", | ||
@@ -5,0 +5,0 @@ "main": "webpack.common.js", |
@@ -88,3 +88,2 @@ const dotEnv = require('dotenv'); | ||
new ExtractTextPlugin(stylesFilename), | ||
new webpack.NoErrorsPlugin(), | ||
new webpack.optimize.CommonsChunkPlugin({ | ||
@@ -91,0 +90,0 @@ name: 'common', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6709
192