Fix awesome-typescript-loader bug
https://github.com/s-panferov/awesome-typescript-loader/issues/190 causes the boilerplate to not work, until it is fixed, change the dependency. We might want to update to 2.1 anyway soon.
This commit is contained in:
parent
3fd1bb8dca
commit
fde356422a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
"@types/react": "^0.14.36",
|
||||
"@types/react-dom": "^0.14.17",
|
||||
"awesome-typescript-loader": "^2.2.4",
|
||||
"typescript": "^2.0.3",
|
||||
"typescript": "2.0.3",
|
||||
"webpack": "^1.9.6",
|
||||
"webpack-dev-server": "^1.8.2"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue