Skip to content

Commit

Permalink
Fix bundle argument (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray authored Aug 18, 2024
1 parent b2bc2ae commit a943210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ When bundling a `module` instead, the output will be a single JS module that you

```console
# You can specify the main module and the target file, or these defaults will be used
$ spago bundle --bundle-type module --main Main --outfile index.js
$ spago bundle --bundle-type module --module Main --outfile index.js
```

Can now import it in your Node project:
Expand Down

0 comments on commit a943210

Please sign in to comment.