I'm submitting a bug report
Webpack version:
2.x
Current behavior:
webpack stores providedExports for each module, except for modules from DLLs
Expected/desired behavior:
It should track the export correctly by adding them to the manifest
Related to #2953
I'm submitting a bug report
Webpack version:
2.x
Current behavior:
webpack stores
providedExportsfor each module, except for modules from DLLsExpected/desired behavior:
It should track the export correctly by adding them to the manifest
Related to #2953