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

View File

@ -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,