vue.config.js 142 B

12345678910
  1. module.exports = {
  2. css: {
  3. loaderOptions: {
  4. sass: {
  5. includePaths: ['node_modules/bootstrap/scss'],
  6. },
  7. },
  8. },
  9. };