Use conditional exports in @babel/runtime for CJS/ESM (#12632)

This commit is contained in:
Nicolò Ribaudo
2021-02-21 17:41:10 +01:00
committed by GitHub
parent 143ee801e6
commit c10825ab05
60 changed files with 1559 additions and 623 deletions

View File

@@ -1,4 +1,4 @@
var _createForOfIteratorHelper = require("@babel/runtime-corejs2/helpers/createForOfIteratorHelper");
var _createForOfIteratorHelper = require("@babel/runtime-corejs2/helpers/createForOfIteratorHelper").default;
var _iterator = _createForOfIteratorHelper(arr),
_step;