-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): fix ESM dist file extension to .mjs
Lack of 'type' field in package.json, all .js files are treated as CJS. To make ESM dist file treated as ESM, update dist file extension as .mjs. Ref https://nodejs.org/api/packages.html#type Fix #3123
- Loading branch information
netil
committed
Mar 16, 2023
1 parent
e617e02
commit 24fcc5b
Showing
3 changed files
with
6,337 additions
and
10,338 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
Oops, something went wrong.