rails / webpacker

Use Webpack to manage app-like JavaScript modules in Rails
MIT License
5.31k stars 1.47k forks source link

Raise an error when javascript_pack_tag or stylesheet_pack_tag are called more than once #3265

Closed justin808 closed 2 years ago

justin808 commented 2 years ago

See https://github.com/rails/webpacker/pull/3083 from @guillaumebriday.

Fixes https://github.com/rails/webpacker/issues/3068

However, might not still be an issue per this comment.

justin808 commented 2 years ago

Meant to create this here: https://github.com/shakacode/shakapacker/issues/17