mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-08 10:08:46 -06:00
12 lines
191 B
JavaScript
12 lines
191 B
JavaScript
module.exports = {
|
|
outputDir: '../dist/',
|
|
assetsDir: './static',
|
|
css: {
|
|
loaderOptions: {
|
|
sass: {
|
|
prependData: '@import "@/scss/_variables.scss";'
|
|
}
|
|
}
|
|
}
|
|
};
|