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
|
||||
})
|
||||
]
|
||||
}
|
||||
|
||||
1790
dist/index.js
vendored
1790
dist/index.js
vendored
File diff suppressed because one or more lines are too long
1522
dist/ssr.index.js
vendored
1522
dist/ssr.index.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vue-js-modal",
|
||||
"description": "Modal Component for Vue.js",
|
||||
"version": "1.2.10",
|
||||
"version": "1.2.11",
|
||||
"author": "euvl <yev.vlasenko@gmail.com>",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user