We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb135f8 commit 32ef114Copy full SHA for 32ef114
lib/bundle/config.js
@@ -14,7 +14,7 @@ let MODULE_FORMATS = { // maps faucet identifiers to Rollup identifiers
14
cjs: false, // deprecated in favor of `commonjs`
15
iife: true
16
};
17
-let NAMELESS_MODULES = new Set(["es", "amd", "cjs"]); // NB: Rollup identifiers
+let NAMELESS_MODULES = new Set(["esm", "amd", "cjs"]); // NB: Rollup identifiers
18
19
module.exports = generateConfig;
20
0 commit comments