Build: Improve the way styles built for packages are consumed #8067
Labels
npm Packages
Related to npm packages
[Type] Build Tooling
Issues or PRs related to build tooling
[Type] Code Quality
Issues or PRs that relate to code quality
Related issue: #3955.
Related PRs: #7640, #8016.
When working on moving all WordPress modules to
packages
folder to make them publishable tonpm
(#3955) we took a shortcut by leaving the old Webpack flow which allows us to consume the existing.scss
files in the process. We need to replace it with a revisited approach which will take into account the following:nux
orcomponents
.npm run build:packages
generates not only CSS files for the package inbuild-style
folder but also their RTL versions.The text was updated successfully, but these errors were encountered: