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

Thank you @rniwa 
We have 3 components and main application. The main application use underscore.js, and the global object of this library starts with symbol _ and one of our components use lodash.js wich object also starts with symbol _. So out application shows a lot of errors when load both underscore and lodash, due to conflict of this two libs. This is only one lib example.

-- 
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-391053008

Received on Tuesday, 22 May 2018 16:22:36 UTC