mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Use experimental modules flag for Node before 12.22.4 (#60891)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
@echo off
|
||||
"%~dp0\..\bootstrap\node.bat" "%~dp0\build.js" %*
|
||||
"%~dp0\..\bootstrap\node.bat" --experimental-modules "%~dp0\build.js" %*
|
||||
|
||||
Reference in New Issue
Block a user