rails / jsbundling-rails

Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.
MIT License
831 stars 143 forks source link

Support PNPM #181

Closed ksylvest closed 7 months ago

ksylvest commented 8 months ago

This issue also mentioned PNPM support: https://github.com/rails/jsbundling-rails/issues/176

PNPM is fairly quick / avoids some of the huge node_module issues associated with NPM direct usage.