keep one core-js helper file in git, remove babel-runtime from deps (#5540)

This commit is contained in:
Henry Zhu
2017-03-24 10:36:41 -04:00
committed by GitHub
parent 0eb898d95b
commit b8cf7b89f2
5 changed files with 4 additions and 6 deletions

View File

@@ -0,0 +1 @@
module.exports = { "default": require("core-js/library/fn/map"), __esModule: true };