Skip to content

Commit 0b61ea2

Browse files
committed
Merge branch 'dom-forge-build-changes' of github.com:browserstack/a11y-engine-axe-core into release-3.0.0
2 parents 6a26aa6 + f1c08a4 commit 0b61ea2

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)