webpack-external-import icon indicating copy to clipboard operation
webpack-external-import copied to clipboard

Dynamically import modules from other webpack bundles. Painless code sharing between separate apps

Results 70 webpack-external-import issues
Sort by recently updated
recently updated
newest added

I'm getting this error when I try to use it with CRA Unhandled Rejection (ChunkLoadError): Loading chunk mod failed. (missing: http://localhost:3000/static/js/mod.chunk.js)

https://github.com/ScriptedAlchemy/webpack/issues/10352 leads to 404

Hi, friend. I use webpack-external-import to import another project's react component.I am often prompted for error like this. ![image](https://user-images.githubusercontent.com/14748450/76850550-969b0380-6882-11ea-9d8f-d5393c593906.png) bootstrap:790 Uncaught (in promise) TypeError: Cannot read property 'call' of undefined...

Hi, Thank you for the work on `webpack-external-import`. I have a question, is it possible to have child components of an interleaved component automatically available to the container application. If...

In the various examples that I have seen, all the projects are inside the same folder and therefore there are no problems when importing.

How can we use this plugin in Angular 9. This is like most needed feature in Angular. If someone can share a simple example with Angular would be really great....

How can I apply this right now with webpack 4 or nor support v4?