Skip to content

Commit f1c08a4

Browse files
committed
Merge branch 'dom-forge-build-changes' of github.com:browserstack/a11y-engine-axe-core into dom-forge-build-changes
2 parents 05e2ce4 + 01d91e9 commit f1c08a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/esbuild.js

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

0 commit comments

Comments
 (0)