Skip to content

Commit 35f6b3d

Browse files
committed
Minor: formatting
1 parent 9784f5d commit 35f6b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-packages/scripts/src/tasks/build-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { resolve } from 'path';
88
export async function build(options = {}) {
99
const {
1010
baseDir = process.cwd(), // Root directory of the package
11-
target = ['chrome80', 'edge80', 'firefox78','safari14', 'ios14', 'opera67'], // JavaScript target
11+
target = ['chrome80', 'edge80', 'firefox78', 'safari14', 'ios14', 'opera67'], // JavaScript target
1212
minify = true, // Whether to minify
1313
sourcemap = true, // Whether to generate sourcemaps
1414
format = 'esm', // Module format

0 commit comments

Comments
 (0)