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',
|
devtool: '#source-map',
|
||||||
plugins: [
|
plugins: [
|
||||||
// new UglifyJSPlugin()
|
new UglifyJSPlugin({
|
||||||
|
mangle: false,
|
||||||
|
beautify: true
|
||||||
|
})
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
2406
dist/index.js
vendored
2406
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2128
dist/ssr.index.js
vendored
2128
dist/ssr.index.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-js-modal",
|
"name": "vue-js-modal",
|
||||||
"description": "Modal Component for Vue.js",
|
"description": "Modal Component for Vue.js",
|
||||||
"version": "1.2.10",
|
"version": "1.2.11",
|
||||||
"author": "euvl <yev.vlasenko@gmail.com>",
|
"author": "euvl <yev.vlasenko@gmail.com>",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user