diff --git a/.gitignore b/.gitignore index 972ccc0..6e66f77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store node_modules dist +.zip # local env files .env.local @@ -15,7 +16,7 @@ pnpm-debug.log* # Editor directories and files .idea .vscode -.zip + *.suo *.ntvs* *.njsproj diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..7f997cf Binary files /dev/null and b/dist.zip differ diff --git a/package.json b/package.json index 4247da5..9f5b12c 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "vuex": "^3.4.0" }, "devDependencies": { + "uglifyjs-webpack-plugin": "^2.2.0", "@vue/cli-plugin-pwa": "~4.5.13", "@vue/cli-plugin-router": "~4.5.13", "@vue/cli-plugin-vuex": "~4.5.13", diff --git a/src/App.vue b/src/App.vue index 752b972..eec81ac 100644 --- a/src/App.vue +++ b/src/App.vue @@ -16,7 +16,6 @@ export default { return {}; }, }; -// "uglifyjs-webpack-plugin": "^2.2.0",