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
It would be great if we were able to configure factor-bundle to export domready and react/addons (node_modules dependencies) in a 'common-bundle.js' file. And able to ignore the 'localScript' for each files (maybe based on a regex, or a parameter 'ignoreLocalsDependencies').
Why ?
The export of common node_modules dependencies is pretty nice and usefull, but i do not want to export these locals dependencies in the common-bundle file. These locals would be used only in a few scripts and it's unnecessary to factorize. Unlike the node_modules dependencies.
The text was updated successfully, but these errors were encountered:
Hi,
It is possible to ignore some dependencies in the factorization process ?
I have 3 files
page1.js
page2.js
page3.js
It would be great if we were able to configure factor-bundle to export domready and react/addons (node_modules dependencies) in a 'common-bundle.js' file. And able to ignore the 'localScript' for each files (maybe based on a regex, or a parameter 'ignoreLocalsDependencies').
Why ?
The export of common node_modules dependencies is pretty nice and usefull, but i do not want to export these locals dependencies in the common-bundle file. These locals would be used only in a few scripts and it's unnecessary to factorize. Unlike the node_modules dependencies.
The text was updated successfully, but these errors were encountered: