值得注意的是你需要确保 tsconfig.json 的 compilerOptions 中 module 选项的值为 commonjs ,否则webpack 的运行会失败报错,因为 ts-node 不支持 commonjs 以外的其他模块 ...
確定! 回上一頁