Skip to content

Commit

Permalink
Work around this issue: rollup-plugin-terser#88
Browse files Browse the repository at this point in the history
  • Loading branch information
undecaf committed Aug 30, 2020
1 parent 22ee005 commit a0987bc
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 191 deletions.
141 changes: 66 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-material-vuelidate",
"version": "0.1.10",
"version": "0.1.11",
"description": "A Vue Material adapter for Vuelidate",
"keywords": [
"vue",
Expand All @@ -25,6 +25,7 @@
"scripts": {
"prebuild": "rimraf dist/components.*",
"build": "NODE_ENV=production rollup --config rollup.config.js",
"postbuild": "node terser.js dist/components.*.js",
"serve": "vue-cli-service serve",
"lint": "eslint '{src,tests}/**/*.{js,vue}'",
"lint:fix": "npm run lint -- --fix",
Expand Down Expand Up @@ -59,8 +60,8 @@
"rollup": "^2.6.1",
"rollup-plugin-css-only": "^2.1.0",
"rollup-plugin-license": "^2.2.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-vue": "^5.0.0",
"source-map-loader": "^1.1.0",
"typeface-roboto": "0.0.75",
"vue": "^2.6.11",
"vue-material": "^1.0.0-beta-15",
Expand Down

0 comments on commit a0987bc

Please sign in to comment.