mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-03 15:15:26 +00:00
8 lines
124 B
JavaScript
8 lines
124 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
'vue-cli-plugin-tailwind/purgecss': {},
|
||
|
autoprefixer: {}
|
||
|
}
|
||
|
}
|