esbuild
esbuild copied to clipboard
An installer for esbuild
This will avoid depending on the npm registry to fetch the binaries on demand
The package currently fetches a tarball from npmjs.com without verifying that the package has not been tampered with. Luckily, the npm public registry provides plenty of metadata for packages via...
I was trying to get esbuild installed in our Phoenix project, but ran into the following error: ``` > mix esbuild.install 19:39:04.401 [debug] Downloading esbuild from https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.10.tgz 19:39:04.570 [info] TLS...
I have problems running a phoenix liveview demo behind a proxy server which needs username and Password for Auth. 1) I export the proxy server env `export https_proxy=http://{USER}:{PASSW}@{PROXYSERVER}:{PORT}` 2) Then...
This is my take on https://github.com/phoenixframework/esbuild/issues/52. It's not ready until the new breaking version number of esbuild is known for sure.
This is a heads up that I'm planning on changing esbuild's package names in an upcoming release. The packages are being moved under the `@esbuild/` scope to avoid name collisions....
I'm unsure if this is the best approach, so consider this more of a draft than a complete solution. The intent is to use the `JSON` module from Elixir 1.18.x...
&Esbuild.NpmRegistry.fetch_package/2 and proxy_auth/1 will fail if HTTP(S)_PROXY environment variables are set blank. Blank proxy environment variables should be handled as if they are not set. Maybe blank environment variables should...