UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

11 lines (9 loc) 628 B
# I18n Split Plugin ContributionGuide we have modifyed mini-css-extract-plugin to sute our needs of i18n related extraction and downloading. So In future may be when we need to update mini-css-extract-plugin Kindly cross check with this I18n Plugin as well. Even not breaking change, may be just performacne update or feature update. addeding that to this plugin will be use full. Kindly consider it. ## Thing we Ignored * we use webpack ast hook for adding I18nDependency. So we did not need `loader.js` * we ignore order of import in single chunk since I18n going to be download as object. we did not need it. *