Skip to content

Commit c9cce8d

Browse files
committed
restore es6 object format (did the lint change this??)
1 parent feebb91 commit c9cce8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/runner/runners/utils/transpiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export const babelify = (content: string, filename: string, extraPlugins: string
172172
return content
173173
}
174174

175-
const options = babel.loadOptions?.({ filename: filename }) ?? { plugins: [] }
175+
const options = babel.loadOptions?.({ filename }) ?? { plugins: [] }
176176

177177
const fileOpts = {
178178
filename,

0 commit comments

Comments
 (0)