mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Added source map config to webpack. Closes #40
This commit is contained in:
parent
806c9bcea7
commit
44589991b3
@ -21,6 +21,8 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
|
||||
devtool: "source-map",
|
||||
|
||||
externals: {
|
||||
// stuff not in node_modules can be resolved here.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user