mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 01:40:21 +00:00
🔥 Remove minification for normal release
This commit is contained in:
@@ -89,12 +89,6 @@ if (process.env.NODE_ENV === 'production') {
|
||||
'process.env': {
|
||||
NODE_ENV: '"production"'
|
||||
}
|
||||
}),
|
||||
new webpack.optimize.UglifyJsPlugin({
|
||||
compress: {
|
||||
warnings: false
|
||||
},
|
||||
sourceMap: true
|
||||
})
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user