-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace treeShake with globalImports (#239)
* fix inconsistency by replacing treeShake with globalImports treeShake has been renamed to globalImports everywhere except for plugin.js This is fixes with this pull request * Update plugin.ts * Update plugin.js The Vuetify module will always now import Vuetify from vuetify/lib which will provide natural tree shaking with Webpack. * Update plugin.ts * Update plugin.ts * Update plugin.js
- Loading branch information
1 parent
a6fb8b8
commit 48e6bef
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters