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 ea4229e commit bc00e0fCopy full SHA for bc00e0f
tools/make/lib/bundle/browser.mk
@@ -19,7 +19,7 @@
19
# VARIABLES #
20
21
# Define the command for generating distributable browser bundles:
22
-DIST_BROWSER_BUNDLES ?= $(NODE) \
+DIST_BROWSER_BUNDLES ?= NODE_PATH="$(NODE_PATH)" $(NODE) \
23
--max_old_space_size=4096 \
24
--expose_gc \
25
$(TOOLS_PKGS_DIR)/bundle/scripts/dist_browser_bundles
0 commit comments