瀏覽代碼

Re-enables eslint caching

main
Eric Amodio 2 年之前
父節點
當前提交
b7c1697755
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      webpack.config.js

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

@ -63,7 +63,7 @@ function getExtensionConfig(target, mode, env) {
enabled: true,
files: 'src/**/*.ts',
options: {
// cache: true,
cache: true,
cacheLocation: path.join(
__dirname,
target === 'webworker' ? '.eslintcache.browser' : '.eslintcache',
@ -303,7 +303,7 @@ function getWebviewsConfig(mode, env) {
eslint: {
enabled: true,
files: path.join(basePath, '**', '*.ts'),
// options: { cache: true },
options: { cache: true },
},
formatter: 'basic',
typescript: {

Loading…
取消
儲存