Explorar el Código

Re-enables eslint caching

main
Eric Amodio hace 2 años
padre
commit
b7c1697755
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      webpack.config.js

+ 2
- 2
webpack.config.js Ver fichero

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

Cargando…
Cancelar
Guardar