Dax
Dax
Running into this as well with `lodash-es` - works fine when calling esbuild with `--platform=node`
Follow up I've ensured the gut binary is in my `PATH`
`PATH=$PATH:$HOME/.guts/gut-build/bin/ ~/dev/go/bin/gut sync ~/tmp/test ~/tmp/test2` This confuses it as it tries to use the git => gut one for everything 2016-03-22T08:37:27Z [localhost:daemon] gut: 'daemon' is not a gut command. See...
I managed to make it work by removing go-gut from my GOPATH And now seeing this ``` [localhost:fetch] Fetching changes to localhost... [localhost:fetch] fatal: unable to connect to localhost: [localhost:fetch]...
Follow up on this, I couldn't find any docs for the list of Types you can specify with a metric. Any idea?
Is there a plan to get this published in Docker Hub?
This is going to be included in our next phase of work which will overhaul parts of our CLI. I can't give an exact timeline but we won't be starting...
Interesting situation. An alternative - can you use `bundle.commandHooks.afterBundling` to copy the files somwhere else? I believe you get the `outputDir` as an argument to your callback. I imagine you...
Yep they should still be there, they stick around till the next build
Thanks for the detailed writeup! Does it work if you import it using a relative path?