Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 2a52d9b

Browse files
committed
fix(rollup): add extend for shared basics umd
1 parent 5c258af commit 2a52d9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.rolluprc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ export default {
88
name: 'basics',
99
file: 'lib/bundle.min.js',
1010
format: 'umd',
11-
exports: 'named'
11+
exports: 'named',
12+
extend: true
1213
},
1314

1415
plugins: [

0 commit comments

Comments
 (0)