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 committed by Ivar Conradi Østhus
parent 98d7635845
commit b8f4f04c5b

View File

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