Skip to content

Commit

Permalink
target: downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Sep 21, 2022
1 parent d723122 commit fcabc53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GZCTF/ClientApp/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig(({ mode }) => {

return {
server: {
port: 3000,
port: 63000,
proxy: {
'/api': TARGET,
'/swagger': TARGET,
Expand All @@ -23,7 +23,7 @@ export default defineConfig(({ mode }) => {
},
build: {
outDir: 'build',
target: ['es2020', 'chrome86'],
target: ['es2018', 'chrome80'],
assetsDir: 'static',
chunkSizeWarningLimit: 2000,
rollupOptions: {
Expand Down

0 comments on commit fcabc53

Please sign in to comment.