Skip to content

Commit

Permalink
Upgrade examples to ts-loader 3 and webpack 3 (and react 16 where app…
Browse files Browse the repository at this point in the history
…licable)
  • Loading branch information
johnnyreilly committed Oct 19, 2017
1 parent 8972715 commit f7e500c
Show file tree
Hide file tree
Showing 22 changed files with 13,618 additions and 609 deletions.
4 changes: 2 additions & 2 deletions examples/fork-ts-checker/package.json
Expand Up @@ -7,8 +7,8 @@
},
"devDependencies": {
"fork-ts-checker-webpack-plugin": "^0.2.0",
"ts-loader": "^2.0.3",
"ts-loader": "^3.0.3",
"typescript": "^2.2.2",
"webpack": "^2.2.0"
"webpack": "^3.8.1"
}
}

0 comments on commit f7e500c

Please sign in to comment.