ソースを参照

Fixes webview source maps

main
Eric Amodio 6年前
コミット
edb0a17516
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js ファイルの表示

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

読み込み中…
キャンセル
保存