Skip to content

Commit

Permalink
Merge pull request #33 from Next2D/develop
Browse files Browse the repository at this point in the history
vite.config.jsの設定を追加
  • Loading branch information
ienaga authored Dec 10, 2023
2 parents 97eda5e + 51b75b1 commit 8c9340c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@next2d/framework-typescript-template",
"description": "Next2D Framework default TypeScript template.",
"version": "2.0.7",
"version": "2.0.8",
"homepage": "https://next2d.app",
"bugs": "https://github.com/Next2D/framework-typescript-template/issues/new",
"author": "Toshiyuki Ienaga<[email protected]>",
Expand Down
3 changes: 3 additions & 0 deletions template/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import autoLoader from "@next2d/vite-auto-loader-plugin";
const port: number = 5173;
export default defineConfig({
"base": "./",
"optimizeDeps": {
"disabled": true
},
"build": {
"outDir": "dist",
"target": "esnext",
Expand Down

0 comments on commit 8c9340c

Please sign in to comment.