Skip to content

Commit e13ecdd

Browse files
authored
lint
1 parent 195451d commit e13ecdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ function createConfig(options, entry, format, writeMeta) {
529529
browser: options.target !== 'node',
530530
// defaults + .jsx
531531
extensions: ['.mjs', '.js', '.jsx', '.json', '.node'],
532-
preferBuiltins: options.target === 'node' ? true : undefined
532+
preferBuiltins: options.target === 'node' ? true : undefined,
533533
}),
534534
commonjs({
535535
// use a regex to make sure to include eventual hoisted packages

0 commit comments

Comments
 (0)