From 014f7bfd7b1d4a288daff457f20f66c9b71f5531 Mon Sep 17 00:00:00 2001 From: metonym Date: Mon, 10 Jan 2022 11:52:32 -1000 Subject: [PATCH] chore(example): add inlineDynamicImports: true --- examples/rollup/rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/rollup/rollup.config.js b/examples/rollup/rollup.config.js index 471eb1ed..000f26b8 100644 --- a/examples/rollup/rollup.config.js +++ b/examples/rollup/rollup.config.js @@ -9,6 +9,7 @@ const production = !process.env.ROLLUP_WATCH; export default { input: "src/index.js", + inlineDynamicImports: true, output: { sourcemap: !production, format: "iife",