Comparing version 1.3.4 to 1.3.5
{ | ||
"name": "dq-webpack", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "Common webpack configuration for all projects with ability to customize", | ||
@@ -5,0 +5,0 @@ "main": "webpack.common.js", |
const webpack = require('webpack'); | ||
const CleanWebpackPlugin = require('clean-webpack-plugin'); | ||
// const CleanWebpackPlugin = require('clean-webpack-plugin'); | ||
const path = require('path'); | ||
@@ -17,7 +17,7 @@ | ||
}), | ||
new CleanWebpackPlugin(['build'], { | ||
root: publicDir, | ||
verbose: true, | ||
dry: false, | ||
}), | ||
// new CleanWebpackPlugin(['build'], { | ||
// root: publicDir, | ||
// verbose: true, | ||
// dry: false, | ||
// }), | ||
function() { | ||
@@ -24,0 +24,0 @@ this.plugin("done", function(stats) { |
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
6848