chore: 优化项目
Showing
5 changed files
with
4 additions
and
6 deletions
| ... | @@ -13,12 +13,8 @@ yarn-error.log* | ... | @@ -13,12 +13,8 @@ yarn-error.log* |
| 13 | 13 | ||
| 14 | # Editor directories and files | 14 | # Editor directories and files |
| 15 | .idea | 15 | .idea |
| 16 | .vscode | ||
| 17 | *.suo | 16 | *.suo |
| 18 | *.ntvs* | 17 | *.ntvs* |
| 19 | *.njsproj | 18 | *.njsproj |
| 20 | *.sln | 19 | *.sln |
| 21 | *.sw? | 20 | *.sw? |
| 22 | |||
| 23 | package-lock.json | ||
| 24 | yarn.lock | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| 1 | // https://github.com/michael-ciniawsky/postcss-load-config | 1 | // https://github.com/michael-ciniawsky/postcss-load-config |
| 2 | 2 | ||
| 3 | module.exports = ({ file }) => { | 3 | module.exports = ({ file }) => { |
| 4 | console.log(file) | ||
| 5 | return { | 4 | return { |
| 6 | plugins: { | 5 | plugins: { |
| 7 | autoprefixer: {}, | 6 | autoprefixer: {}, | ... | ... |
.vscode/settings.json
0 → 100644
| ... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
| 17 | "core-js": "^3.23.3", | 17 | "core-js": "^3.23.3", |
| 18 | "regenerator-runtime": "^0.13.5", | 18 | "regenerator-runtime": "^0.13.5", |
| 19 | "vant": "^2.12.48", | 19 | "vant": "^2.12.48", |
| 20 | "vue": "^2.7.7", | 20 | "vue": "^2.7.8", |
| 21 | "vue-router": "^3.5.4", | 21 | "vue-router": "^3.5.4", |
| 22 | "vuex": "^3.6.2" | 22 | "vuex": "^3.6.2" |
| 23 | }, | 23 | }, | ... | ... |
yarn.lock
0 → 100644
This diff could not be displayed because it is too large.
-
Please register or sign in to post a comment