Skip to content

Commit b9951e9

Browse files
committed
Fix rollup config
1 parent 89306f6 commit b9951e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vanilla-renderers/rollup.example.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import typescript from 'rollup-plugin-typescript2';
1010
* @type {import('rollup').RollupOptions}
1111
*/
1212
const config = {
13-
input: 'example/index.ts',
13+
input: 'example/index.tsx',
1414
output: {
1515
file: 'example/dist/bundle.js',
1616
format: 'iife',

0 commit comments

Comments
 (0)