Skip to content

Commit

Permalink
Fix example build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfrey committed Sep 29, 2023
1 parent 77fde14 commit 0c5f106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-renderers/rollup.example.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function cjsCompatPlugin() {
* @type {import('rollup').RollupOptions}
*/
const config = {
input: 'example/index.ts',
input: 'example/index.tsx',
output: {
file: 'example/dist/bundle.js',
format: 'iife',
Expand Down

0 comments on commit 0c5f106

Please sign in to comment.