Skip to content

Commit

Permalink
fix: forward browser option to Marko 4 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Aug 10, 2023
1 parent 07541a2 commit 0d21393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transform/create-transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default ({ browser }: { browser: boolean }) => {
requireTemplates: true,
writeToDisk: false,
sourceOnly: false,
browser,
output,
}
: {
Expand Down

0 comments on commit 0d21393

Please sign in to comment.