Skip to content

Commit

Permalink
🐛 fix(custom): 修复构建错误
Browse files Browse the repository at this point in the history
  • Loading branch information
master1lan committed Feb 17, 2023
1 parent ca939da commit 1359691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { createHtmlPlugin } from "vite-plugin-html";
export default defineConfig(({ mode }) => {
return {
define: {
__APP_VERSION__: packageJson.version,
__APP_VERSION__: "0.01",
isdev: mode === "development",
},
resolve: {
Expand Down

0 comments on commit 1359691

Please sign in to comment.