mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Use webpack "inline-source-map"
> We switched to inline-source-map in JupyterLab because it was misbehaving: https://github.com/jupyter/jupyterlab/blob/master/jupyterlab/webpack.con f.js#L20 https://github.com/jupyter/notebook/issues/1668#issuecomment-238640610
This commit is contained in:
parent
a01d470fd8
commit
961b1c0ba0
@ -1,6 +1,6 @@
|
||||
var _ = require('underscore');
|
||||
var path = require('path');
|
||||
var sourcemaps = 'source-map'
|
||||
var sourcemaps = 'inline-source-map'
|
||||
|
||||
if(process.argv.indexOf('-w') !== -1 || process.argv.indexOf('-w') !== -1 ){
|
||||
console.log('watch mode detected, will switch to cheep sourcemaps')
|
||||
|
Loading…
Reference in New Issue
Block a user