UNPKG
@dependabot/yarn-lib
Version:
latest (1.22.22)
1.22.22
1.22.19
1.21.1
1.21.0
1.19.2
1.19.1
1.19.0
1.17.3
1.16.0
1.15.2
1.13.0
1.12.3
1.12.1
1.10.1
1.10.0
1.9.4
1.9.2
1.7.0
1.6.0
1.5.1
1.5.0
1.3.2
1.2.1
1.2.0
1.1.0
1.0.2
📦🐈 Fast, reliable, and secure dependency management.
github.com/yarnpkg/yarn
yarnpkg/yarn
@dependabot/yarn-lib
/
lib
/
util
/
dynamic-require.js
4 lines
(3 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
// $FlowFixMe We want this require to be dynamic
exports
.
dynamicRequire
=
typeof
__webpack_require__ !==
'undefined'
? __non_webpack_require__ :
require
;
// eslint-disable-line