remove babel-polyfill
This commit is contained in:
@@ -29,7 +29,6 @@
|
|||||||
"babel-core": "6.24.1",
|
"babel-core": "6.24.1",
|
||||||
"babel-loader": "7.0.0",
|
"babel-loader": "7.0.0",
|
||||||
"babel-minify-webpack-plugin": "0.2.0",
|
"babel-minify-webpack-plugin": "0.2.0",
|
||||||
"babel-polyfill": "^6.26.0",
|
|
||||||
"babel-preset-es2015": "6.24.1",
|
"babel-preset-es2015": "6.24.1",
|
||||||
"babel-preset-stage-0": "6.24.1",
|
"babel-preset-stage-0": "6.24.1",
|
||||||
"body-parser": "1.18.2",
|
"body-parser": "1.18.2",
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
require('babel-polyfill');
|
|
||||||
|
|
||||||
function requireAll (req) { req.keys().forEach(req); }
|
function requireAll (req) { req.keys().forEach(req); }
|
||||||
|
|
||||||
require('aframe-animation-component');
|
require('aframe-animation-component');
|
||||||
|
|||||||
Reference in New Issue
Block a user