mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-10 11:12:32 +00:00
7 lines
88 B
JavaScript
Executable File
7 lines
88 B
JavaScript
Executable File
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|