We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 144c65c + f1785d1 commit 84a2d9bCopy full SHA for 84a2d9b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v1.2.2
4
+
5
+- [Re-exported const enums no longer break emit in watch mode](https://github.com/TypeStrong/ts-loader/pull/377) [#376] - thanks @smphhh
6
+- [typescript.sys should be compiler.sys](https://github.com/TypeStrong/ts-loader/pull/380) [#379] - thanks @johnnyreilly and @jbrantly
7
8
## v1.2.1
9
10
- [Fix TS module resolution paths on Windows - watch mode becomes faster](https://github.com/TypeStrong/ts-loader/pull/373) [#372] - thanks @smphhh
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
0 commit comments