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

Add ability to instruct minipack if CSS will be in the manifest #22

Closed jmortlock closed 5 years ago

jmortlock commented 5 years ago

WHY

Its common in development versions of WebPack to not extract CSS. In this situation we cannot use MiniPack as it will fail to load the non-existent CSS.

I copied the config variable name from WebPacker.

nikushi commented 5 years ago

Bumped as v0.3.2. Thank you!!