Open lachrist opened 2 years ago
Node14 does not support multiple --loader arguments and only the last occurrence gets executed. It follows that we are not able to record commands in node14 which contains a --loader argument (either directly via the CLI or via NODE_OPTIONS).
--loader
NODE_OPTIONS
Node14 does not support multiple
--loader
arguments and only the last occurrence gets executed. It follows that we are not able to record commands in node14 which contains a--loader
argument (either directly via the CLI or viaNODE_OPTIONS
).