Package Exports
- @nimpl/classnames-minifier
- @nimpl/classnames-minifier/dist/withClassnamesMinifier.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nimpl/classnames-minifier) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@nimpl/classnames-minifier
Library for configuring style (css/scss/sass) modules to generate compressed classes (.header
-> .a
, .nav
-> .b
, ..., .footer
-> .aad
, etc.) with support for changes and rebuilding without clearing the built application. The package itself synchronizes minified classnames with components of the application compiled earlier.
Visit https://nimpl.dev/docs/classnames-minifier to view the full documentation.
Installation
Using npm:
npm i @nimpl/classnames-minifier
Using yarn:
yarn add @nimpl/classnames-minifier