-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Replace CRACO Build/Serve with Vite (#5926)
* feat: made first config into compiling work * get server and build working locally * add csp support * remove old index * check types on build * prevent out of memory error? * fix memory leak * give node more memory * try applying it here for netlify? * ensure csphtml plugin runs after all other plugins * default base url to root? * undo public url change, record public url * drop sourcemap from non-prod builds * remove csp comment * work around public_url weirdness * swap react plugin for swc/regen package json * try removing second node options build for netlify * temp. restore of vendor/notebook.js * remove old notebook.js * update react plugin import * re-add heap size hack for netlify * use port 3000 * update eslintignore * add tsc checking in vite * remove extraneous spaces from interactive url * remove react-scripts type * clean up env types --------- Co-authored-by: Thiago Dallacqua <[email protected]>
- Loading branch information
1 parent
3659401
commit 186033a
Showing
20 changed files
with
1,875 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
src/serviceWorker.ts | ||
src/services/api-ts-sdk/ | ||
src/vendor/notebook.js | ||
src/vendor/notebook/notebook.js | ||
!.eslintrc.js | ||
!.stylelintrc.js | ||
node_modules |
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.