Skip to content

Commit

Permalink
Prepare 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Nov 29, 2017
1 parent ba72dfc commit e5b2f51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v3.2.0

- [Add new loader option `contextAsConfigBasePath`](https://github.com/TypeStrong/ts-loader/pull/681) - thanks @christiantinauer

## v3.1.1

- [Fix error importing buildt ts files with allowJs](https://github.com/TypeStrong/ts-loader/pull/674) (#667) - thanks @Pajn!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -420,7 +420,7 @@ file are resolved with respect to the base path when parsed. Option `contextAsCo

Keep in mind that **not** having a `tsconfig.json` in your project root can cause different behaviour between `ts-loader` and `tsc`.
When using editors like `VS Code` it is advised to add a `tsconfig.json` file to the root of the project and extend the config file
referenced in option `configFile`.
referenced in option `configFile`. For more information [please read the PR](https://github.com/TypeStrong/ts-loader/pull/681) that contributed this option.

Webpack:

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
"version": "3.1.1",
"version": "3.2.0",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e5b2f51

Please sign in to comment.