Kaynağa Gözat

use full source map always

Steven Silvester 7 yıl önce
ebeveyn
işleme
f5006516ea

+ 1 - 1
dev_mode/webpack.config.js

@@ -160,7 +160,7 @@ module.exports = {
     fs: 'empty'
   },
   bail: true,
-  devtool: 'cheap-module-eval-sourcemap',
+  devtool: 'source-map',
   plugins: [
     new HtmlWebpackPlugin({
       template: path.join('templates', 'template.html'),

+ 1 - 1
jupyterlab/staging/webpack.config.js

@@ -160,7 +160,7 @@ module.exports = {
     fs: 'empty'
   },
   bail: true,
-  devtool: 'cheap-source-map',
+  devtool: 'source-map',
   plugins: [
     new HtmlWebpackPlugin({
       template: path.join('templates', 'template.html'),