Add source maps to Webpack config
This commit is contained in:
parent
71ad4a8a80
commit
c2ca8d2a84
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ npm-*
|
||||
# Build
|
||||
/dist
|
||||
/playground/scratch-render.js
|
||||
/playground/scratch-render.js.map
|
||||
|
@ -13,6 +13,7 @@ const base = {
|
||||
colors: true
|
||||
}
|
||||
},
|
||||
devtool: 'source-map',
|
||||
module: {
|
||||
loaders: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user