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.
2 parents 6a26aa6 + f1c08a4 commit 0b61ea2Copy full SHA for 0b61ea2
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