From a384065576c7c9e936777d60f4757fc2ae8c0ff7 Mon Sep 17 00:00:00 2001 From: Martin-Wegner Date: Mon, 19 Sep 2016 13:59:00 +0200 Subject: [PATCH] docs(webpack): remove unused ts-loader (#2361) https://github.com/angular/angular.io/commit/69ae63c4b1d525936c1e445320258b79bd64efca changed `public/docs/_examples/webpack/ts/config/webpack.common.js` and `public/docs/_examples/webpack/ts/config/webpack.test.js` and replaced `ts` with `awesome-typescript-loader`. So we can remove `"ts-loader": "^0.8.1",` from the `public/docs/_examples/webpack/ts/package.webpack.json`. --- public/docs/_examples/webpack/ts/package.webpack.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/docs/_examples/webpack/ts/package.webpack.json b/public/docs/_examples/webpack/ts/package.webpack.json index 5e3630dc2a..ff8477675c 100644 --- a/public/docs/_examples/webpack/ts/package.webpack.json +++ b/public/docs/_examples/webpack/ts/package.webpack.json @@ -41,7 +41,6 @@ "raw-loader": "^0.5.1", "rimraf": "^2.5.2", "style-loader": "^0.13.1", - "ts-loader": "^0.8.1", "typescript": "^2.0.2", "typings": "^1.3.2", "webpack": "^1.13.0",