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

Commit c5969bb

Browse files
committed
chore: fix build script
1 parent 0665d5f commit c5969bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte-materialify/rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
{ file: pkg.main, sourcemap: true, format: 'umd', name },
2121
],
2222
plugins: [
23-
svelte({ preprocess }),
23+
svelte({ preprocess, emitCss: false }),
2424
resolve(),
2525
commonjs(),
2626
production && terser(),

0 commit comments

Comments
 (0)