We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc55601 commit 16adb60Copy full SHA for 16adb60
rollup.config.js
@@ -9,7 +9,7 @@ export default {
9
input: 'src/finput.ts',
10
output: {
11
file: pkg.unpkg,
12
- format: 'iife',
+ format: 'umd',
13
name: 'finput'
14
},
15
plugins: [
0 commit comments