Skip to content

Commit

Permalink
fix(example): Fix rollup config (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
heineiuo authored Jun 6, 2022
1 parent 09b2b40 commit e7d264a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/rollup/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export default {
format: "es",
file: "app.output.js",
},
plugins: [resolve()],
plugins: [resolve({ browser: true })],
};
45 changes: 43 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7d264a

Please sign in to comment.