瀏覽代碼

Excludes clean of dist/webviews again

main
Eric Amodio 4 年之前
父節點
當前提交
73646646fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js 查看文件

@ -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…
取消
儲存