-
Notifications
You must be signed in to change notification settings - Fork 14
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
build!: Migrate from Webpack to Vite. #175
Open
junhaoliao
wants to merge
27
commits into
y-scope:main
Choose a base branch
from
junhaoliao:vite
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 23 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
49ab69f
build: migrate from Webpack to Vite.
junhaoliao 35aabf2
Add comment to explain why adding import/ignore to eslint settings.
junhaoliao b1a7f46
Add test folder to ESLint configuration.
junhaoliao 44ddeb4
Add Jest config to TypeScript overrides in ESLint setup
junhaoliao 98687b6
Add jest.config.ts to tsconfig.node.json include list
junhaoliao dcdc4b1
Refactor MainWorker imports to use renamed worker file
junhaoliao 2d7b02a
Fix syntax for accessing environment variables
junhaoliao d5e189c
Refactor timestamp handling to use bigint type
junhaoliao 221074d
Disable `noPropertyAccessFromIndexSignature` in tsconfig.
junhaoliao 48aed37
Add `esModuleInterop` to `tsconfig.node.json` to improve module compa…
junhaoliao 83c57c2
Update favicon path in index.html
junhaoliao a7269a8
Update viewport meta tag in index.html
junhaoliao ff935ad
Add back meta "keywords" in index.html
junhaoliao 2097bbc
Update build doc for running the debug server.
junhaoliao 7edd320
Merge remote-tracking branch 'yscope/main' into vite
junhaoliao cb37747
Refactor Monaco imports and remove obsolete Rollup externals.
junhaoliao 9124e3d
Optimize build by splitting monaco-editor into a separate chunk.
junhaoliao da2ecd7
Set relative base path in Vite configuration.
junhaoliao a46a36b
Enable sourcemaps.
junhaoliao 95df1e0
Add "type": "module" to package.json.
junhaoliao 139d161
Remove standalone README for MonacoInstance and add bootstrap import.
junhaoliao c8184c8
Disable and re-enable ESLint rule for maximum line length.
junhaoliao 4e7c916
Reorder.
junhaoliao bb7a380
Set assetsDir to empty string in Vite config.
junhaoliao 1bae57d
Update Vite to version 6.1.0.
junhaoliao cd5c0bf
Add comment to explain purpose of the new bootstrap.ts.
junhaoliao ce20db7
Remove monaco bootstrap import in main.tsx.
junhaoliao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to follow conventions in the Vite templates.