Skip to content

Commit

Permalink
fix #9232, add some missed modules to noConflict (#9780)
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock authored and nicolo-ribaudo committed Apr 2, 2019
1 parent e03eb17 commit 00cae77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/babel-polyfill/src/index.js
@@ -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 " +
Expand Down

0 comments on commit 00cae77

Please sign in to comment.