-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(build): use
esbuild
intead of webpack
Replace `webpack` that went slower with `esbuild`. It significantly reduce the build speed (more than x20 on my quad core!). BREAKING CHANGE: The compiler were moved up to the `@whook/whook` project since it was the same for AWS/GCP and could be reused for other kinds of builds. Also existing project will have to remove `babel-loader`, `webpack` of dev dependencies and add `esbuild` instead.
- Loading branch information
Showing
20 changed files
with
810 additions
and
1,718 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.