Added uglification stap to remove dead code (fix by @arve0)

This commit is contained in:
euvl
2017-09-13 13:41:30 +01:00
parent 3a8a5884c8
commit 48721f956d
4 changed files with 1661 additions and 2880 deletions

View File

@@ -35,6 +35,9 @@ module.exports = {
}, },
devtool: '#source-map', devtool: '#source-map',
plugins: [ plugins: [
// new UglifyJSPlugin() new UglifyJSPlugin({
mangle: false,
beautify: true
})
] ]
} }

1700
dist/index.js vendored

File diff suppressed because one or more lines are too long

1428
dist/ssr.index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -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": {