Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 930ca69

Browse files
committed
fix: Export as IIFE
1 parent 4036c95 commit 930ca69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
input: config.entry,
1313
output: {
1414
dir: config.deploy,
15-
format: 'umd',
15+
format: 'iife',
1616
sourcemap: true,
1717
},
1818
plugins: [

0 commit comments

Comments
 (0)