Selaa lähdekoodia

Fixes webview source maps

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

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

@ -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'),

Ladataan…
Peruuta
Tallenna