Browse Source

WebPack Core Config

sebastien 6 years ago
parent
commit
ea012495d6
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/webpack.config.js

+ 0 - 4
src/webpack.config.js

@@ -50,10 +50,6 @@ module.exports = {
         port: 9000
         port: 9000
     },
     },
     plugins: [
     plugins: [
-        new CleanWebpackPlugin([
-            path.resolve(__dirname, './**/*.js'),
-            path.resolve(__dirname, './**/*.map')
-        ]),
         new webpack.WatchIgnorePlugin([
         new webpack.WatchIgnorePlugin([
             /\.js$/,
             /\.js$/,
             /\.d\.ts$/,
             /\.d\.ts$/,