vue-backtotop
vue-backtotop copied to clipboard
Change vue dep to be lower bound
Previously it was fixed version, pulling in duplicate Vue into the user project potentially.
Noticed by running the webpack-bundle-analyzer
plugin (see https://dev.to/m9hmood/reduce-vue-js-application-size-kfl), then did npm ls vue
, which printed
$ npm ls vue
my-ui
├── [email protected]
├─┬ [email protected]
└── [email protected] ```
Thanks for the component btw!
Gentle ping.