Browse Source

upload

dev_YWQ
HolyKnightIX 2 years ago
parent
commit
d257b3a929
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      vite.config.ts

+ 3
- 3
vite.config.ts View File

@@ -96,8 +96,8 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
symbolId: "icon-[dir]-[name]",
}),
],
define: {
global: {},
},
// define: {
// global: {},
// },
};
});

Loading…
Cancel
Save