Closed codefln closed 6 months ago
After update to version 3.1.0
I'm getting an error when building: classnames-minifier: Invalid configuration. Valid keys are: prefix, reservedNames, cacheDir, distDir. See https://github.com/vordgi/classnames-minifier#configuration
const withMinifier = classnamesMinifier({ distDir: 'dist', prefix: 'x', });
In version 3.0.0, is ok
Hello. Thank you very much for writing! I apologize for this problem.
Fixed in version 3.1.1.
After update to version 3.1.0
I'm getting an error when building: classnames-minifier: Invalid configuration. Valid keys are: prefix, reservedNames, cacheDir, distDir. See https://github.com/vordgi/classnames-minifier#configuration
In version 3.0.0, is ok