You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in the arg parsing that requires doubling the number of double-dashes to add elm make flags:
yarn elm-live src/Main.elm -- -- --output=main.js
This looks to be because yarn removes double-dashes on inputs: warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
The text was updated successfully, but these errors were encountered:
prescottbreeden
changed the title
Unix: Output In Wrong Location when using -- --output='file.js'
Yarn: Output In Wrong Location when using -- --output='file.js'
Jul 13, 2021
There is a bug in the arg parsing that requires doubling the number of double-dashes to add elm make flags:
yarn elm-live src/Main.elm -- -- --output=main.js
This looks to be because yarn removes double-dashes on inputs:
warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
The text was updated successfully, but these errors were encountered: