browser-vue-loader icon indicating copy to clipboard operation
browser-vue-loader copied to clipboard

WP warning: @babel/polyfill is loaded more than once on this page (Wordpress). How use noconflict ?

Open websharik opened this issue 5 years ago • 0 comments

Console have some warning on enqueue browser-vue-loader in wordpress. I think browser-vue-loader use babel but it already loaded from another plugin. How resolve conflict ? Can i use some noconflict ?

wp-polyfill.min.js?ver=7.4.4:1
@babel/polyfill is loaded more than once on this page. This is probably not desirable/intended and may have consequences if different versions of the polyfills are applied sequentially. If you do need to load the polyfill more than once, use @babel/polyfill/noConflict instead to bypass the warning.

websharik avatar Jan 24 '20 19:01 websharik