Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit fce3c7b

Browse files
author
TheComputerM
committed
chore: fix config
1 parent 100c59b commit fce3c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte-materialify/rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const { preprocess } = require('./svelte.config');
1616
export default {
1717
input: 'src/index.js',
1818
output: [
19-
{ file: pkg.module, sourcemap: true, format: 'es' },
20-
{ file: pkg.main, sourcemap: true, format: 'umd', name },
19+
{ file: pkg.module, sourcemap: true, format: 'es', inlineDynamicImports: true },
20+
{ file: pkg.main, sourcemap: true, format: 'umd', name, inlineDynamicImports: true },
2121
],
2222
plugins: [
2323
svelte({ preprocess, emitCss: false }),

0 commit comments

Comments
 (0)