We use an internal artifactory instance that contains all of the packages we we need to build and those machines don't have access to the internet. Currently when we try to use esbuild it fails in CI since the installer attempts to download the public registry.
Would you be open to a PR that added npmrc support for defining the registry? I was thinking something like the sass_binary_site config.
We use an internal artifactory instance that contains all of the packages we we need to build and those machines don't have access to the internet. Currently when we try to use esbuild it fails in CI since the installer attempts to download the public registry.
Would you be open to a PR that added npmrc support for defining the registry? I was thinking something like the
sass_binary_siteconfig.