Browse Source

use full source map always

Steven Silvester 7 years ago
parent
commit
f5006516ea
2 changed files with 2 additions and 2 deletions
  1. 1 1
      dev_mode/webpack.config.js
  2. 1 1
      jupyterlab/staging/webpack.config.js

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