nimpl-classnames-minifier icon indicating copy to clipboard operation
nimpl-classnames-minifier copied to clipboard

Library for configuring style (css/scss/sass) modules to generate compressed classes in next.js

Results 5 nimpl-classnames-minifier issues
Sort by recently updated
recently updated
newest added

On build I have this error: 17:44:29 #12 0.774 Error: EBUSY: resource busy or locked, rmdir '/app/.next/cache' 17:44:29 #12 0.774 at rmdirSync (node:fs:1229:10) 17:44:29 #12 0.774 at _rmdirSync (node:internal/fs/rimraf:235:5) 17:44:29...

Bumps the npm_and_yarn group with 1 update in the / directory: [braces](https://github.com/micromatch/braces). Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk...

dependencies

For me there are duplicated classnames generated, which is (of course) causing problems. Is this a known issue? How can I assist debugging this? I'm using pretty much the example...

When importing the library to a `next.config.ts` or `next.config.mjs` file, you have to call `.default` function and add `// @ts-ignore`. Otherwise Typescript won't compile. ``` import classnamesMinifier from '@nimpl/classnames-minifier' //...