Reduce the production build of TailwindCSS from 2M to 12k

This commit is contained in:
Gabe Kangas 2021-09-12 01:20:13 -07:00
parent c6c6f0233d
commit b92ad00926

View File

@ -1,5 +1,6 @@
module.exports = {
purge: {
enabled: true,
mode: 'layers',
content: ['../../webroot/js/**'],
},