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

Changes needed to make yalc work to link in rdh #2934

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Changes needed to make yalc work to link in rdh
  • Loading branch information
GreenAsJade committed Jan 27, 2025
commit 05538aaf0c682535f6fa2c77656061e74e922138
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -22,3 +22,5 @@ i18n/data/
i18n/import/
i18n/prep-import.js
npm-debug.log
.yalc
yalc.lock
5 changes: 5 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -194,8 +194,13 @@ export default defineConfig({
esbuildOptions: {
plugins: [fixReactVirtualized],
},
exclude: ["react-dynamic-help"],
},

server: {
watch: {
ignored: ["!**/node_modules/react-dynamic-help/**"],
},
port: 8080,
host: true,
proxy,
Loading