Skip to content

Commit 16adb60

Browse files
committed
feat: update rollup to use UMD module format
1 parent bc55601 commit 16adb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
input: 'src/finput.ts',
1010
output: {
1111
file: pkg.unpkg,
12-
format: 'iife',
12+
format: 'umd',
1313
name: 'finput'
1414
},
1515
plugins: [

0 commit comments

Comments
 (0)