mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
14 lines
293 B
Diff
14 lines
293 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 040f8c9..bcbf826 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -27,7 +27,7 @@ endif
|
|
all: compile deploy clean
|
|
|
|
compile:
|
|
- NODE_OPTIONS=--max-old-space-size=8192 \
|
|
+ NODE_OPTIONS="--max-old-space-size=8192 --openssl-legacy-provider" \
|
|
$(WEBPACK)
|
|
|
|
clean:
|