This commit is contained in:
schmelczerandras 2020-10-08 10:27:07 +02:00
parent b498090d7b
commit 220b20476f
10 changed files with 19 additions and 25 deletions

View file

@ -1,5 +1,4 @@
const path = require('path');
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
const PATHS = {
entryPoint: path.resolve(__dirname, 'src/main.ts'),
@ -28,12 +27,7 @@ module.exports = (env, argv) => ({
optimization: {
minimize: false,
},
plugins: [
new CleanWebpackPlugin({
protectWebpackAssets: false,
cleanAfterEveryBuildPatterns: [],
}),
],
plugins: [],
module: {
rules: [
{