forked from AkkomaGang/akkoma-fe
fix
This commit is contained in:
parent
b839ba7870
commit
b2d3b7e708
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ var webpackConfig = merge(baseWebpackConfig, {
|
|||
new webpack.DefinePlugin({
|
||||
'process.env': env,
|
||||
'COMMIT_HASH': JSON.stringify(commitHash)
|
||||
'DEV_OVERRIDES': JSON.stringify(undefined)
|
||||
}),
|
||||
new webpack.optimize.UglifyJsPlugin({
|
||||
compress: {
|
||||
|
|
Loading…
Reference in a new issue