Skip to content

Commit 71fe111

Browse files
fix: change filename for esm build to use .mjs extension (#831) 1a50235
1 parent 7a2ec5b commit 71fe111

File tree

9 files changed

+39
-39
lines changed

9 files changed

+39
-39
lines changed

classes/Loader.html

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

dist/index.esm.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/index.esm.js renamed to dist/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,4 +406,4 @@ class Loader {
406406
}
407407

408408
export { DEFAULT_ID, Loader, LoaderStatus };
409-
//# sourceMappingURL=index.esm.js.map
409+
//# sourceMappingURL=index.mjs.map

dist/index.mjs.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enums/LoaderStatus.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

interfaces/LoaderOptions.html

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

types/Libraries.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

types/Library.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

variables/DEFAULT_ID.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)