소스 검색

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