mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-28 22:30:04 -04:00
Add source maps to Webpack config
This commit is contained in:
parent
71ad4a8a80
commit
c2ca8d2a84
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ const base = {
|
|||
colors: true
|
||||
}
|
||||
},
|
||||
devtool: 'source-map',
|
||||
module: {
|
||||
loaders: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue