mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +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: {
|
||||
comments: false
|
||||
}
|
||||
},
|
||||
sourceMap: true,
|
||||
}),
|
||||
new webpack.LoaderOptionsPlugin({
|
||||
debug: false,
|
||||
|
Loading…
Reference in New Issue
Block a user