remove ignore on bundle

This commit is contained in:
Marcos Moura 2017-01-10 13:30:02 -02:00
parent 9c4b392aea
commit 26fff7a0f3

View file

@ -51,7 +51,6 @@ export default merge(baseConfig, {
},
plugins: [
new webpack.optimize.DedupePlugin(),
new webpack.IgnorePlugin(/vue/),
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false