Commit 4ac1f6a0 authored by wcmoon's avatar wcmoon

feat: update webpack devdepandency & update package.lock, change NODE_ENV in…

feat: update webpack devdepandency & update package.lock, change NODE_ENV in develop enviroment to enable hotreload and speed up rebuild when developing
parent 093ed12b
NODE_ENV = 'production'
VUE_APP_CURRENTMODE = 'sy_test'
VUE_APP_VERSION = '0'
.DS_Store
node_modules
/dist
sy
# local env files
.env.local
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vue-cli-service serve --mode sy_test",
"build": "vue-cli-service build --mode sy_build",
"build": "vue-cli-service build --mode sy_build --report",
"deploy": "vue-cli-service build --mode sy_build && bash ./sy.sh"
},
"dependencies": {
......@@ -27,6 +27,7 @@
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/babel-preset-app": "^4.5.15",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-plugin-typescript": "~4.4.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment