remove babel-polyfill

This commit is contained in:
Kevin Ngo
2018-09-20 21:16:47 -07:00
parent 584426a60f
commit 809fc1c2e1
2 changed files with 0 additions and 3 deletions

View File

@@ -29,7 +29,6 @@
"babel-core": "6.24.1",
"babel-loader": "7.0.0",
"babel-minify-webpack-plugin": "0.2.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"body-parser": "1.18.2",

View File

@@ -1,5 +1,3 @@
require('babel-polyfill');
function requireAll (req) { req.keys().forEach(req); }
require('aframe-animation-component');