Currently bare module resolution done by Webpack is broken when doing npm link of elements as it will load modules relatively causing duplicate element definitions (ie dom-module).
We should use an absolute path for modules which should fix the resolution.
- is related to
-
ELEMENTS-893 Allow NPM linking of nuxeo-elements
- Resolved