mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-06 01:15:28 +02: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: {
|
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