Skip to content
Snippets Groups Projects
Commit b2d3b7e7 authored by HJ's avatar HJ :fire:
Browse files

fix

parent b839ba78
No related branches found
No related tags found
No related merge requests found
......@@ -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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment