What Is This?
The @hbstack/node-packages
is a meta package that includes all requirements of HB Framework, such as Autoprefixer, PostCSS, PurgeCSS and RTLCSS, which is used to simplify the installation of dependencies.
Migration
Migration is optional, it won’t break build of your sites, but we recommend doing so, the main advantage is that you only need to update the meta package even if HB Framework remove or add dependencies in the future.
Remove Standalone Packages
1npm remove postcss-cli @fullhuman/postcss-purgecss autoprefixer rtlcss
Install All-in-one Meta Package
1npm install @hbstack/node-packages