mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-05 07:45:29 +00:00
10 lines
172 B
JavaScript
10 lines
172 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
'vue-cli-plugin-tailwind/purgecss': {
|
||
|
whitelistPatternsChildren: [/^el-/],
|
||
|
},
|
||
|
autoprefixer: {}
|
||
|
}
|
||
|
}
|