mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Added uglification stap to remove dead code (fix by @arve0)
This commit is contained in:
@@ -35,6 +35,9 @@ module.exports = {
|
||||
},
|
||||
devtool: '#source-map',
|
||||
plugins: [
|
||||
// new UglifyJSPlugin()
|
||||
new UglifyJSPlugin({
|
||||
mangle: false,
|
||||
beautify: true
|
||||
})
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user