日々精進

新しく学んだことを書き留めていきます

2016-07-14から1日間の記事一覧

npm run buildを実行すると「TypeError: Cannot read property 'ts' of undefined」エラー

IT

原因はts-loaderのバージョンが古いことだった。 バージョンを5.1.0にしてnpm iを実行し、npm run buildしたら直った。 参考: github.com