mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Configure tailwind purging
This commit is contained in:
parent
a623363579
commit
08c8a68427
1 changed files with 10 additions and 1 deletions
|
|
@ -1,5 +1,14 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
purge: false,
|
purge: {
|
||||||
|
enabled: process.env.NODE_ENV === 'production',
|
||||||
|
content: [
|
||||||
|
'components/**/*.vue',
|
||||||
|
'layouts/**/*.vue',
|
||||||
|
'pages/**/*.vue',
|
||||||
|
'plugins/**/*.js',
|
||||||
|
'nuxt.config.js'
|
||||||
|
]
|
||||||
|
},
|
||||||
future: {
|
future: {
|
||||||
purgeLayersByDefault: true,
|
purgeLayersByDefault: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue