alias core-js/library in babel-runtime - closes #965
This commit is contained in:
1
packages/babel-runtime/core-js.js
Normal file
1
packages/babel-runtime/core-js.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = require("core-js/library");
|
||||
@@ -3,5 +3,8 @@
|
||||
"description": "babel selfContained runtime",
|
||||
"version": "4.7.3",
|
||||
"repository": "babel/babel",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>"
|
||||
}
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"dependencies": {
|
||||
"core-js": "^0.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user