Explorar el Código

Fixes webview source maps

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

+ 1
- 1
webpack.config.js Ver fichero

@ -200,7 +200,7 @@ function getUIConfig(env) {
// main: ['./scss/main.scss']
},
mode: env.production ? 'production' : 'development',
devtool: !env.production ? 'source-map' : undefined,
devtool: !env.production ? 'eval-source-map' : undefined,
output: {
filename: '[name].js',
path: path.resolve(__dirname, 'dist/ui'),

Cargando…
Cancelar
Guardar