Skip to content

Commit 3fb0522

Browse files
committed
revert build config change
1 parent b26e3f7 commit 3fb0522

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

dev-packages/rollup-utils/npmHelpers.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ export function makeBaseNPMConfig(options = {}) {
7878
preset: 'es2015',
7979
},
8080

81-
hoistTransitiveImports: false,
82-
8381
// don't add `"use strict"` to the top of cjs files
8482
strict: false,
8583

@@ -106,7 +104,7 @@ export function makeBaseNPMConfig(options = {}) {
106104
return false;
107105
}
108106

109-
return false;
107+
return true;
110108
},
111109
},
112110

0 commit comments

Comments
 (0)