mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 18:25:27 +00:00
11 lines
267 B
JavaScript
11 lines
267 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
'vue-cli-plugin-tailwind/purgecss': {
|
|
whitelistPatternsChildren: [/^el-/],
|
|
content: ['./public/**/*.html', './src/**/*.vue', '../n-link-core/components/**/*.vue'],
|
|
},
|
|
autoprefixer: {}
|
|
}
|
|
}
|