GregYankovoy / vue-cli-plugin-bootstrap-vue

vue-cli 3 plugin to add bootstrap-vue
MIT License
34 stars 2 forks source link

Fix/append data vue config #30

Closed fech-dev closed 3 years ago

fech-dev commented 3 years ago

In this PR I've made a fix in the service plugin file, ./index.js.

The plugin was overriding the css.loaderOptions option entirely, losing any additions from the user's vue.config.js file or other plugins.

I took the opportunity to let the user choose whether to make the variables, mixins and functions available in each SFC file or not.

I hope can you merge it asap. Thanks