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

Commit

Permalink
fix(rollup): add extend for shared basics umd
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Sep 7, 2019
1 parent 5c258af commit 2a52d9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rolluprc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export default {
name: 'basics',
file: 'lib/bundle.min.js',
format: 'umd',
exports: 'named'
exports: 'named',
extend: true
},

plugins: [
Expand Down

0 comments on commit 2a52d9b

Please # to comment.