1
0
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:
Brett Sun 2016-06-15 12:58:36 +02:00
parent 2309e21571
commit c0be5e0b6c

View File

@ -83,7 +83,8 @@ const PROD_PLUGINS = [
},
output: {
comments: false
}
},
sourceMap: true,
}),
new webpack.LoaderOptionsPlugin({
debug: false,