chore: build update
This commit is contained in:
parent
2c5175b8cc
commit
1b0cfddbb3
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ module.exports = function (eleventyConfig) {
|
|||
},
|
||||
})
|
||||
|
||||
// quiet build output
|
||||
eleventyConfig.setQuietMode(true)
|
||||
|
||||
// tailwind watches
|
||||
eleventyConfig.addWatchTarget('./tailwind.config.js')
|
||||
eleventyConfig.addWatchTarget('./tailwind.css')
|
||||
|
|
Reference in a new issue