Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Tried to force TS loader to 2.0.0 version due to a bug in 2.1.4.
Browse files Browse the repository at this point in the history
See: TypeStrong/ts-loader#405

Signed-off-by: Akos Kitta <kittaakos@gmail.com>
  • Loading branch information
kittaakos committed Dec 14, 2016
1 parent ba897d4 commit 2bdd54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sadl-client/sadl_web/webpack.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
{ test: /\.ttf(\?v=\d+\.\d+\.\d+)?$/, loader: 'url-loader?limit=10000&mimetype=application/octet-stream' },
{ test: /\.eot(\?v=\d+\.\d+\.\d+)?$/, loader: 'file-loader' },
{ test: /\.svg(\?v=\d+\.\d+\.\d+)?$/, loader: 'url-loader?limit=10000&mimetype=image/svg+xml' },
{ test: /\.tsx?$/, loader: "ts-loader" }
{ test: /\.tsx?$/, loader: "ts-loader@2.0.0" }
]
},
preLoaders: [
Expand Down

0 comments on commit 2bdd54c

Please sign in to comment.