remove babel polyfill

This commit is contained in:
Jeff Nusz 2016-09-01 14:06:57 -07:00
parent 3f6f66d09c
commit 2461808631

View File

@ -11,6 +11,4 @@
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
*/ */
require('babel/polyfill');
export default require('./src/dat/index'); export default require('./src/dat/index');