Browse Source

Excludes clean of dist/webviews again

main
Eric Amodio 4 years ago
parent
commit
73646646fb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js View File

@ -94,7 +94,7 @@ function getExtensionConfig(mode, env) {
* @type WebpackConfig['plugins'] | any
*/
const plugins = [
new CleanPlugin(),
new CleanPlugin({ cleanOnceBeforeBuildPatterns: ['!webviews/**'] }),
new ForkTsCheckerPlugin({
async: false,
eslint: { enabled: true, files: 'src/**/*.ts', options: { cache: true } },

||||||
x
 
000:0
Loading…
Cancel
Save