1
0
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:
ivaosthu 2014-11-02 20:42:12 +01:00
parent 806c9bcea7
commit 44589991b3

View File

@ -21,6 +21,8 @@ module.exports = {
]
},
devtool: "source-map",
externals: {
// stuff not in node_modules can be resolved here.
}