Selaa lähdekoodia

Re-enables eslint caching

main
Eric Amodio 2 vuotta sitten
vanhempi
commit
b7c1697755
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      webpack.config.js

+ 2
- 2
webpack.config.js Näytä tiedosto

@ -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: {

Ladataan…
Peruuta
Tallenna