cra-tailwindcss
cra-tailwindcss copied to clipboard
Can you also add the simple code to run purgecss in production?
This repository is great because it simply showcases how to use tailwind with create-react-app without other modules.
I would love just to see these few lines added to the tailwind config file to configure purge.
purge: [
'./public/**/*.html',
'./src/**/*.tsx',
'./src/**/*.jsx',
],
Will you be able to add this lines @kriswep to help out newcomers? Do you prefer a Pull Request with this?
Yes, that sounds good. A PR would be appreciated for sure.