-
-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Milestone
Description
Two improvements to bundle size:
- only include the theme once
- import only the components that are being used
For example, in:
# Hello
```js
function lorem(ipsum) {}
```
```js
function lorem(ipsum) {}
```
The theme should appear only once in the output. Also, unused components (like CH.Spotlight) shouldn't be included in the final bundle.
Metadata
Metadata
Assignees
Labels
No labels