Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Aug 29, 2023
1 parent 52ab98d commit e67fbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Herebyfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function createBundler(entrypoint, outfile, taskOptions = {}) {
if (downlevelLetConst) {
options.plugins = (options.plugins ?? []).concat({
name: "let-const",
setup: (build) => {
setup: build => {
build.onEnd(async () => {
await exec(process.execPath, [
"./node_modules/@babel/cli/bin/babel.js",
Expand Down

0 comments on commit e67fbc0

Please sign in to comment.