Re: [w3c/webcomponents] Isolate WebComponent JS libraries (#751)

@mmikirtumov are you using a webpack bundler? if so bundling isolate apps seperately should really be all you need to do the trick. Just make sure you use web components to wrap the apps, so that the webcomponents are namespaced (cant redefine same webcomponents in other apps) .Your regular libraries like Lodash/Underscore will be compiled into each bundle. What you're trying to do here is a micro-frontend. There's lots of concerns outside of webcomponents when solving for this problem

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/751#issuecomment-411634237

Received on Thursday, 9 August 2018 04:39:08 UTC