I am using classnames with purgeCSS and Webpack.
Apparently PurgeCSS can't handle those classnames itself.
How can I implement an extractor that filters classnames defined in the classnames()
function?
my webpack.config.js is in the answers as I could not save it here