Skip to content

Commit e67fbc0

Browse files
committed
fmt
1 parent 52ab98d commit e67fbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Herebyfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function createBundler(entrypoint, outfile, taskOptions = {}) {
240240
if (downlevelLetConst) {
241241
options.plugins = (options.plugins ?? []).concat({
242242
name: "let-const",
243-
setup: (build) => {
243+
setup: build => {
244244
build.onEnd(async () => {
245245
await exec(process.execPath, [
246246
"./node_modules/@babel/cli/bin/babel.js",

0 commit comments

Comments
 (0)