Migrate webpack to Vite#52
Open
meatmeatmeatmeatmeatmeat wants to merge 25 commits intoMegaAntiCheat:mainfrom
Open
Migrate webpack to Vite#52meatmeatmeatmeatmeatmeat wants to merge 25 commits intoMegaAntiCheat:mainfrom
meatmeatmeatmeatmeatmeat wants to merge 25 commits intoMegaAntiCheat:mainfrom
Conversation
Closed
|
Compiles and runs fine on my Windows 10 environment. |
Contributor
Author
|
Seems to build fine and works on local, but has a loading error upon serving through |
Contributor
Author
|
Fixed it up so it works in production mode and with the client backend |
# Conflicts: # package.json
# Conflicts: # .gitignore # src/components/TF2/Player/Player.tsx
|
you are 100% supposed to commit package lock files. thats the entire point of them. please make sure you always commit the lock files |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The large line change amount is simply from the package-lock.json changing. Typically package-lock isn't committed to the repository but it's probably fine for now