Skip to content

Commit

Permalink
update rollup preserveEntrySignatures to neutral setting to silence w…
Browse files Browse the repository at this point in the history
…arning output (#990)

* update rollup preserveEntrySignatures to neutral setting to silence warning output

* comment config change
  • Loading branch information
thescientist13 committed Nov 12, 2022
1 parent fd1a0b0 commit ad480ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const getRollupConfig = async (compilation) => {
}).flat();

return [{
preserveEntrySignatures: 'strict', // https://github.com/ProjectEvergreen/greenwood/pull/990
input,
output: {
dir: outputDir,
Expand Down

0 comments on commit ad480ca

Please sign in to comment.