rails / cssbundling-rails

Bundle and process CSS in Rails with Tailwind, PostCSS, and Sass via Node.js.
MIT License
563 stars 83 forks source link

PNPM Support #145

Closed ksylvest closed 5 months ago

ksylvest commented 6 months ago

PNPM is fairly quick / avoids some of the huge node_module issues associated with NPM direct usage. It also mirrors the PR for jsbundling-rails: https://github.com/rails/jsbundling-rails/pull/181