-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use non-minified bundle because the minified version seems to
affect some third-party module resolution strategies. ref: #14 problem: the uglify-js minified bundle seems to prevent some third-party module detection/resolution from working properly. Particularly vercel and its lambda loader. see: #14 solution: use non-minified bundle instead. Size difference is negligible as this is a backend/server-side bundle and it will help out with debugging also.
- Loading branch information
Showing
2 changed files
with
4 additions
and
7 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