mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
Merge pull request #1323 from blink1073/sourcemap
Build source map for lab
This commit is contained in:
commit
1cf38529d3
@ -14,6 +14,7 @@ module.exports = {
|
||||
},
|
||||
debug: true,
|
||||
bail: true,
|
||||
devtool: 'source-map',
|
||||
module: {
|
||||
loaders: [
|
||||
{ test: /\.css$/, loader: 'style-loader!css-loader' },
|
||||
|
Loading…
Reference in New Issue
Block a user