-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintenance: Use webpack 5 with esbuild, instead of rspack (#181)
This fixes issues that were only noticed in production when switching to rspack. Specifically, swc (the transpiler used by rspack) has some opinionated behaviors that break certain FFZ workflows. As a bonus, this seems to be faster? Somehow? I don't get it, but hurrah. [skip ci]
- Loading branch information
1 parent
248aa0d
commit baee239
Showing
5 changed files
with
736 additions
and
1,183 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"es6", | ||
"es2017" | ||
], | ||
"target": "es2017", | ||
"target": "esnext", | ||
"module": "es6" | ||
} | ||
} |
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.