Merge pull request #2733 from ariporad/patch-1

Fix typo related to name change.
This commit is contained in:
James Kyle 2015-11-01 20:05:18 -08:00
commit f892938a8f

View File

@ -1,5 +1,5 @@
if (global._babelPolyfill) {
throw new Error("only one instance of babel/polyfill is allowed");
throw new Error("only one instance of babel-polyfill is allowed");
}
global._babelPolyfill = true;