We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54807c6 commit 8ca2d2dCopy full SHA for 8ca2d2d
build/tasks/esbuild.js
@@ -23,6 +23,7 @@ module.exports = function (grunt) {
23
entryPoints: [entry],
24
outfile: path.join(dest, name),
25
minify: false,
26
+ format: "esm",
27
bundle: true
28
})
29
.then(done)
0 commit comments