Skip to content

Commit

Permalink
fix: CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Mar 4, 2018
1 parent 212d546 commit 78122d0
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions spec/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
const webpack = require('webpack')

module.exports = {
plugins: [
new webpack.DefinePlugin({
'process.env': {
'NODE_ENV': JSON.stringify('production')
}
}),
new webpack.NoEmitOnErrorsPlugin(),
new webpack.optimize.UglifyJsPlugin({
output: {
comments: false
},
exclude: [
]
})
]
}
module.exports = {}

0 comments on commit 78122d0

Please sign in to comment.