fix #9232, add some missed modules to noConflict (#9780)

This commit is contained in:
Denis Pushkarev 2019-04-03 02:19:34 +07:00 committed by Nicolò Ribaudo
parent e03eb17c08
commit 00cae77ec7

View File

@ -1,5 +1,7 @@
import "./noConflict";
import global from "core-js/library/fn/global";
if (global._babelPolyfill && typeof console !== "undefined" && console.warn) {
console.warn(
"@babel/polyfill is loaded more than once on this page. This is probably not desirable/intended " +