Browse Source

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

pull/1399/head
Gabe Kangas 4 years ago
parent
commit
b92ad00926
  1. 1
      build/javascript/tailwind.config.js

1
build/javascript/tailwind.config.js

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

Loading…
Cancel
Save