mattlewis92 / webpack-retry-chunk-load-plugin

A webpack plugin to retry loading of chunks that failed to load
MIT License
234 stars 43 forks source link

Prettier dependency #54

Open utlime opened 1 year ago

utlime commented 1 year ago

Hi @mattlewis92 , could you please make prettier optional, e.g. add extra flag prettify: bool

bluthen commented 1 year ago

Duplicate of #23 ?

utlime commented 1 year ago

May be, but I'm suggesting to make this configurable, not completely remove. Main problem that 3.0.0 version of prettier has new API and incompatible with current call. I override dependency, but can not switch it off. In theory I can make changes, if maintainer confirm it.