此时webpack只能将src/index.ts文件直接输出为index.js,我们需要添加typescript的loader,进行typescript的转换。 将以下代码加入rules节: ...
確定! 回上一頁