mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
Explicitly ask for sourceMaps from UglifyJS
Otherwise breaks on webpack2-beta.9+
This commit is contained in:
parent
2309e21571
commit
c0be5e0b6c
@ -83,7 +83,8 @@ const PROD_PLUGINS = [
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
comments: false
|
comments: false
|
||||||
}
|
},
|
||||||
|
sourceMap: true,
|
||||||
}),
|
}),
|
||||||
new webpack.LoaderOptionsPlugin({
|
new webpack.LoaderOptionsPlugin({
|
||||||
debug: false,
|
debug: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user