Procházet zdrojové kódy

Excludes clean of dist/webviews again

main
Eric Amodio před 4 roky
rodič
revize
73646646fb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js Zobrazit soubor

@ -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
Načítá se…
Zrušit
Uložit