remove polyfill from babel/register

This commit is contained in:
Sebastian McKenzie
2015-10-05 16:44:39 +01:00
parent d108d799bf
commit 5006403cd7
2 changed files with 0 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
// required to safely use babel/register within a browserify codebase
export default function () {}
import "babel-polyfill";

View File

@@ -1,2 +0,0 @@
import "babel-polyfill";
export { default } from "./node";