Skip to content

Commit c8fab98

Browse files
committed
remove extraneous build target
1 parent 48d9b77 commit c8fab98

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages-exp/functions-exp/rollup.config.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ const es5Builds = [
4040
*/
4141
{
4242
input: 'src/index.ts',
43-
output: [
44-
{ file: pkg.browser, format: 'cjs', sourcemap: true },
45-
{ file: pkg.module, format: 'es', sourcemap: true }
46-
],
43+
output: [{ file: pkg.module, format: 'es', sourcemap: true }],
4744
plugins: es5BuildPlugins,
4845
external: id => deps.some(dep => id === dep || id.startsWith(`${dep}/`))
4946
},

0 commit comments

Comments
 (0)