Skip to content

Commit 8ca2d2d

Browse files
committed
added changes for build process
1 parent 54807c6 commit 8ca2d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/tasks/esbuild.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module.exports = function (grunt) {
2323
entryPoints: [entry],
2424
outfile: path.join(dest, name),
2525
minify: false,
26+
format: "esm",
2627
bundle: true
2728
})
2829
.then(done)

0 commit comments

Comments
 (0)