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 b26e3f7 commit 3fb0522Copy full SHA for 3fb0522
1 file changed
dev-packages/rollup-utils/npmHelpers.mjs
@@ -78,8 +78,6 @@ export function makeBaseNPMConfig(options = {}) {
78
preset: 'es2015',
79
},
80
81
- hoistTransitiveImports: false,
82
-
83
// don't add `"use strict"` to the top of cjs files
84
strict: false,
85
@@ -106,7 +104,7 @@ export function makeBaseNPMConfig(options = {}) {
106
104
return false;
107
105
}
108
109
- return false;
+ return true;
110
111
112
0 commit comments