Alternately, you can set "type": "module" in package.json , and then you can opt-out of ESM by renaming scripts from .js to .cjs . (You can even ...
確定! 回上一頁