Skip to content

Commit

Permalink
build(projects): 细节调整
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Apr 27, 2022
1 parent d5c7511 commit 401f0c7
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 84 deletions.
3 changes: 0 additions & 3 deletions build/plugins/windicss.ts

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -93,9 +93,7 @@
"vite": "^2.9.6",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-html-template": "^1.1.2",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-windicss": "^1.8.4",
"vue-tsc": "^0.34.10",
"vueuc": "^0.4.32"
}
Expand Down
76 changes: 0 additions & 76 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/views/about/components/DevDependency.vue
Expand Up @@ -9,7 +9,7 @@
</template>

<script setup lang="ts">
import { pkgJson } from '../model';
import { pkgJson } from './model';
const { devDependencies } = pkgJson;
</script>
Expand Down
2 changes: 1 addition & 1 deletion src/views/about/components/ProDependency.vue
Expand Up @@ -9,7 +9,7 @@
</template>

<script setup lang="ts">
import { pkgJson } from '../model';
import { pkgJson } from './model';
const { dependencies } = pkgJson;
</script>
Expand Down
2 changes: 1 addition & 1 deletion src/views/about/components/ProjectInfo.vue
Expand Up @@ -18,7 +18,7 @@
</template>

<script setup lang="ts">
import { pkgJson } from '../model';
import { pkgJson } from './model';
const { version } = pkgJson;
const latestBuildTime = PROJECT_BUILD_TIME;
Expand Down
File renamed without changes.

1 comment on commit 401f0c7

@vercel
Copy link

@vercel vercel bot commented on 401f0c7 Apr 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.