Skip to content

Commit

Permalink
fix bug in npm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed May 26, 2020
1 parent 646c6d2 commit f7c2a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Optionally set the [`:bundle-cmd` compiler
option](https://clojurescript.org/reference/compiler-options#target)
to
```clojure
{:none {"npx" "webpack" "--mode=development" :output-to "-o"
:final-output-to}}
{:none ["npx" "webpack" "--mode=development" :output-to "-o"
:final-output-to]}
```
to ensure the output file is bundled after a compile. Figwheel will
fill in `:output-to` and `:final-output-to`.
Expand Down

0 comments on commit f7c2a0e

Please sign in to comment.