Skip to content

Commit

Permalink
Merge branch 'dom-forge-build-changes' of github.com:browserstack/a11…
Browse files Browse the repository at this point in the history
…y-engine-axe-core into dom-forge-build-changes
  • Loading branch information
SwarajGK committed Sep 19, 2024
2 parents 05e2ce4 + 01d91e9 commit f1c08a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function (grunt) {
entryPoints: [entry],
outfile: path.join(dest, name),
minify: false,
format: "esm",
format: 'esm',
bundle: true
})
.then(done)
Expand Down

0 comments on commit f1c08a4

Please sign in to comment.