Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: refactor configs [JS-831] #1064

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
1 change: 0 additions & 1 deletion packages/cli-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "3.7.0",
"eslint": "9.10.0",
"hotscript": "1.0.13",
"npm-check-updates": "^17.1.1",
"typescript": "5.6.2",
"typescript-eslint": "8.5.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-connector/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ import { defineConfig } from "vite";

export default defineConfig({
plugins: [react()],
// Disable chunk size warning cause this frontend is only used on local server
build: { chunkSizeWarningLimit: Infinity },
});
Loading
Loading