Use experimental modules flag for Node before 12.22.4 (#60891)

This commit is contained in:
Aleksej Komarov
2021-08-16 18:56:54 +03:00
committed by GitHub
parent 57db93ccf6
commit a7de4870ac
+1 -1
View File
@@ -1,2 +1,2 @@
@echo off
"%~dp0\..\bootstrap\node.bat" "%~dp0\build.js" %*
"%~dp0\..\bootstrap\node.bat" --experimental-modules "%~dp0\build.js" %*