You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/commonjs/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ export default {
42
42
43
43
Then call `rollup` either via the [CLI](https://www.rollupjs.org/guide/en/#command-line-reference) or the [API](https://www.rollupjs.org/guide/en/#javascript-api).
constFAILED_REQUIRE_ERROR=`throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');`;
4
57
5
-
exportfunctiongetDynamicRequireModules(
58
+
exportfunctiongetDynamicModuleRegistry(
6
59
isDynamicRequireModulesEnabled,
7
-
dynamicRequireModuleSet,
60
+
dynamicRequireModules,
8
61
commonDir,
9
62
ignoreDynamicRequires
10
63
){
@@ -13,16 +66,15 @@ export function getDynamicRequireModules(
0 commit comments