We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9784f5d commit 35f6b3dCopy full SHA for 35f6b3d
internal-packages/scripts/src/tasks/build-browser.js
@@ -8,7 +8,7 @@ import { resolve } from 'path';
8
export async function build(options = {}) {
9
const {
10
baseDir = process.cwd(), // Root directory of the package
11
- target = ['chrome80', 'edge80', 'firefox78','safari14', 'ios14', 'opera67'], // JavaScript target
+ target = ['chrome80', 'edge80', 'firefox78', 'safari14', 'ios14', 'opera67'], // JavaScript target
12
minify = true, // Whether to minify
13
sourcemap = true, // Whether to generate sourcemaps
14
format = 'esm', // Module format
0 commit comments