You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some case/project the second part is not needed because it's covered by another plugin or specific code (in our case we have an asyncComponent loader that takes care of js/css/rtl-css parallel loading.
In some case/project the second part is not needed because it's covered by another plugin or specific code (in our case we have an asyncComponent loader that takes care of js/css/rtl-css parallel loading.
Feature Proposal
The goal is to add an option onDemandLoading (true by default) to be able to desactivate On-Demand-Loading mini-css-extract-plugin implementation
This package does two things :
In some case/project the second part is not needed because it's covered by another plugin or specific code (in our case we have an asyncComponent loader that takes care of js/css/rtl-css parallel loading.
If onDemandLoading is false the lines from https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/src/index.js#L568 to https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/src/index.js#L1060 will be simply ignored.
Feature Use Case
SSR stack with its own asyncComponent loader that loads itself .js/.css/.rtl.css
If this feature is accepted, i will push a pull request that does the job...
The text was updated successfully, but these errors were encountered: