浏览代码

use full source map always

Steven Silvester 7 年之前
父节点
当前提交
f5006516ea
共有 2 个文件被更改,包括 2 次插入2 次删除
  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'),