Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
chore(tools/builder): silent deprecation warning from rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Dec 14, 2022
1 parent cfe7815 commit 3168089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ const Builder = {
warn(warning);
}
},
inlineDynamicImports: true,
};

/** @type {import("rollup").OutputOptions} */
const outputOptions = {
file: outPath,
inlineDynamicImports: true,
format: "iife",
sourcemap: true,
banner: `window.respecVersion = "${version}";\n`,
Expand Down

0 comments on commit 3168089

Please sign in to comment.