3.0.0-beta.15
https://github.com/GIP-RECIA/uPortal-web-components/tree/esco-content-menu/esco-content-menu
Deploy it into html and you will get an error with babel :
only one instance of babel-polyfill is allowed
the rendering of the component
at console :
index.js:10 Uncaught Error: only one instance of babel-polyfill is allowed
at Object.
at Object.201c (esco-content-menu.js?v=1531417175315:8145)
at __webpack_require__ (bootstrap:19)
at Module.WnQP (ActionFavorites.vue?40cb:2)
at __webpack_require__ (bootstrap:19)
at bootstrap:83
at bootstrap:83
and without rendering
vue-style-loader
4.1.1 it should also fix the shadowDOM style injection error.Then your project is left with an undefined regeneratorRuntime
, which seems to be an issue of your @uportal/open-id-connect
project and is not directly related to Vue CLI.
Thanks @yyx990803!
Thanks a lot @yyx990803 !
Most helpful comment
vue-style-loader
4.1.1 it should also fix the shadowDOM style injection error.Then your project is left with an undefined
regeneratorRuntime
, which seems to be an issue of your@uportal/open-id-connect
project and is not directly related to Vue CLI.