mirror of
https://gitee.com/anji-plus/report.git
synced 2026-02-02 09:27:47 +08:00
12 lines
173 B
JavaScript
12 lines
173 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
css: {
|
|
loaderOptions: {
|
|
sass: {
|
|
implementation: require('sass'), // This line must in sass option
|
|
},
|
|
},
|
|
}
|
|
}
|