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

Commit df5ad3a

Browse files
Merge pull request #26 from basics/feature/rollup-basics-umd
fix(rollup): add extend for shared basics umd
2 parents 5c258af + 2a52d9b commit df5ad3a

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)