nikushi / minipack

Minipack, a gem for minimalists, which can integrates Rails with webpack. It is an alternative to Webpacker.
MIT License
115 stars 22 forks source link

Helper javascript_packs_with_chunks_tag #6

Closed antonypp closed 5 years ago

antonypp commented 5 years ago

If you are using new webpack 4 split chunks API, not work javascript_packs_with_chunks_tag

nikushi commented 5 years ago

Thank you for reporting. I’ll check it out in this weekend.

nikushi commented 5 years ago

I just made https://github.com/nikushi/webpack_manifest/pull/7, but not well tested on integration environments because I and my projects that work didn't split chunks API feature. If possible, do you try that branch?

nikushi commented 5 years ago

Close because #7 was merged to master. Reopen the issue if you still have a problem.