You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
284 B
12 lines
284 B
// import path from 'path'
|
|
module.exports = {
|
|
// pluginOptions: {
|
|
// 'style-resources-loader': {
|
|
// preProcessor: 'scss',
|
|
// patterns: [
|
|
// // 路径根据具体需求更改
|
|
// path.resolve(__dirname, './mixin.scss'),
|
|
// ],
|
|
// },
|
|
// },
|
|
}
|
|
|