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 committed Aug 18, 2022
1 parent d83dbb5 commit a090d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.mjs
Expand Up @@ -430,7 +430,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 a090d08

Please sign in to comment.