Skip to content

Commit

Permalink
support mjs in rollup node polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung authored and nicolo-ribaudo committed Sep 16, 2022
1 parent fe14c1f commit a8e086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.mjs
Expand Up @@ -448,7 +448,7 @@ function buildRollup(packages, buildStandalone) {
buildStandalone &&
rollupPolyfillNode({
sourceMap: sourcemap,
include: "**/*.{js,cjs,ts}",
include: "**/*.{js,mjs,cjs,ts}",
}),
].filter(Boolean),
acorn: {
Expand Down

0 comments on commit a8e086e

Please sign in to comment.