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
98d7635845
commit
b8f4f04c5b
@ -21,6 +21,8 @@ module.exports = {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
devtool: "source-map",
|
||||||
|
|
||||||
externals: {
|
externals: {
|
||||||
// stuff not in node_modules can be resolved here.
|
// stuff not in node_modules can be resolved here.
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user