ESM scripts can import CJS scripts, but only by using the “default ... "type": "module" in package.json , and then you can opt-out of ESM by ...
確定! 回上一頁