Skip to content

Commit

Permalink
Rename ESM output to .mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
geelen authored Aug 13, 2017
1 parent 3d47b59 commit 4b6fb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function build() {

generateBundledModule(
path.resolve(".build.es", "mobx.js"),
path.resolve("lib", "mobx.module.js"),
path.resolve("lib", "mobx.mjs"),
"es"
)
]).then(() => {
Expand Down

0 comments on commit 4b6fb9b

Please sign in to comment.