Skip to content

Commit

Permalink
Add missing entry externalizing vuetify styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Mar 11, 2024
1 parent ba24586 commit 1f0dacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## unpublished

Fix: Revert back to previous dependency modelling.
Fix: Add missing entry externalizing vuetify styles.

## 2.0.0-alpha.7

Expand Down
1 change: 1 addition & 0 deletions packages/core/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const external = createFilter(
'olcs',
'vue',
'vuetify',
'vuetify/dist/vuetify.min.css',
'vuex',
],
null,
Expand Down

0 comments on commit 1f0dacb

Please sign in to comment.