We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3fb57 commit cc8ac0aCopy full SHA for cc8ac0a
lib/npm/node-install.ts
@@ -186,8 +186,8 @@ function maybeOptimizePackage(binPath: string): void {
186
// Docker. Avoid idempotency issues by just not optimizing when using Yarn.
187
//
188
// This also doesn't work with WASM because it is not a single binary executable
189
- // file. See https://github.com/evanw/esbuild/issues/4209
190
- //
+ // file. See https://github.com/evanw/esbuild/issues/4209 for more info.
+ //
191
// This optimization also doesn't apply when npm's "--ignore-scripts" flag is
192
// used since in that case this install script will not be run.
193
const { isWASM } = pkgAndSubpathForCurrentPlatform()
0 commit comments