You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While <epa-translation> is published as microapplication in node and microapplications registry(TBD), it does not have (yet) any dependencies relying only on vanilla JS.
The format of modules uses ES6 syntax and if legacy browser support is needed, the code could be compiled into ES5 and need to be served with appropriates shims. At this moment WebPack does the trick perfectly.
The entry point for microapplication is epa-translation.js which is served as ES6 module and need to be includes as <script type="module" src="epa-translation.js"></script>
<epa-translation>
notesThe text was updated successfully, but these errors were encountered: