const webPackConfig = require('./webpack.config'); module.exports = { configureWebpack:webPackConfig, css:{ loaderOptions:{ sass:{ prependData:`@import "./src/assets/scss/variable/index.scss";` } } } }