jw
01/06/2023, 7:33 PM-Xir-per-module
to get individual JS files for each library. Is it possible to have webpack run on each of them and produce a mirrored output in terms of file structure just with the contents individually optimized?jw
01/06/2023, 7:45 PMjw
01/06/2023, 9:01 PMturansky
01/06/2023, 9:05 PMjw
01/06/2023, 9:05 PMturansky
01/06/2023, 9:06 PMjw
01/06/2023, 9:10 PMjw
01/06/2023, 9:10 PMjw
01/06/2023, 9:10 PMjw
01/06/2023, 9:11 PMturansky
01/31/2023, 10:45 PMeven if i load all 50 files as entries in the webpack config i get 50 files out but they’re all bundled with their dependency graphYou can mark dependencies as “external” in webpack Webpack won’t include them in bundle
jw
01/31/2023, 10:59 PMturansky
02/01/2023, 1:36 AMturansky
02/01/2023, 1:39 AM*
or custom “is external” test function - if it’s supported by Webpack