-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Migrate a module bundler from webpack to vite"
- Loading branch information
Showing
10 changed files
with
49 additions
and
1,229 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,10 +41,9 @@ | |
"web-vitals": "^1.1.0" | ||
}, | ||
"scripts": { | ||
"start": "vite", | ||
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start", | ||
"type-check": "tsc --noEmit", | ||
"lint": "eslint src --ext .ts,.tsx", | ||
"build": "yarn type-check && yarn lint && vite build", | ||
"build": "yarn type-check && NODE_OPTIONS=--openssl-legacy-provider react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"format": "prettier --write './src/**/*.{ts,tsx}'", | ||
|
@@ -99,9 +98,7 @@ | |
"@types/wicg-file-system-access": "^2020.9.7", | ||
"@typescript-eslint/eslint-plugin": "^4.10.0", | ||
"@typescript-eslint/parser": "^7.11.0", | ||
"@vitejs/plugin-react": "^4.3.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "8.57.0", | ||
"eslint-config-prettier": "^7.0.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.21.5", | ||
|
@@ -110,8 +107,7 @@ | |
"lint-staged": "^10.5.3", | ||
"prettier": "^3.2.5", | ||
"react-scripts": "^4.0.1", | ||
"sinon": "^11.1.2", | ||
"vite": "^5.2.12" | ||
"sinon": "^11.1.2" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
|
@@ -128,6 +124,5 @@ | |
"git add" | ||
] | ||
}, | ||
"packageManager": "[email protected]", | ||
"type": "module" | ||
"packageManager": "[email protected]" | ||
} |
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.