rails / jsbundling-rails

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

Remove needless `webpack-cli` installing #96

Closed y-yagi closed 2 years ago

y-yagi commented 2 years ago

The webpack-cli was already installed by javascript:install:webpack that run atSetup jsbundling-rails section before. https://github.com/rails/jsbundling-rails/blob/f71e7564f6717a0cdacaa93c673360254d77b8e0/lib/install/webpack/install.rb#L3

So you don't need to install at this point.