tailwindcss-mangle
tailwindcss-mangle copied to clipboard
Cannot read properties of undefined
Hi,
I'm trying to run the package on Angular but I get this error
here's the webpack file content:
const utwm = require('unplugin-tailwindcss-mangle/webpack')
module.exports = {
plugins: [
utwm()
]
}
Sorry for taking so long to reply to you. I've been quite busy at work lately.
This may be a problem with the unplugin issue. I will try to upgrade it when I have time and try it in the angular project.