Skip to content

Commit

Permalink
Add :webworker to compiler options :target spec
Browse files Browse the repository at this point in the history
There's more where that came from...
  • Loading branch information
milt committed Mar 1, 2018
1 parent 078722c commit ec725ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidecar/src/figwheel_sidecar/schemas/cljs_options.clj
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ human-readable manner. Defaults to true.
:pretty-print false")

(def-key ::target #{:nodejs}
(def-key ::target #{:nodejs :webworker}

"If targeting nodejs add this line. Takes no other options at the
moment. The default (no :target specified) implies browsers are being
Expand Down

0 comments on commit ec725ce

Please # to comment.