Skip to content

Commit

Permalink
chore: modify outDir
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Oct 18, 2023
1 parent e263183 commit 2ea662f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cjs/
lib/
dist/

tdesign
_site
_static_site
package
Expand Down
2 changes: 1 addition & 1 deletion site/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default ({ mode }) => {
},
},
build: {
outDir: '../_site',
outDir: '../tdesign',
chunkSizeWarningLimit: 10000
},
esbuild: {
Expand Down

0 comments on commit 2ea662f

Please sign in to comment.