You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was squashed before being merged into the main branch.
Discussion
----------
Allow ts-loader ^9.0.0, close#993
Like #999, the only breaking change is that the minimum supported version of Node.js is 12.0.0,
see https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md#v900
**EDIT:** PR #1000 🤯
**EDIT 2:** Looks like something broke. It happens since 9.0.0 (exact version) but I don't know what happens.
**EDIT 3:** Added TypeScript types for `.vue`, and it's working fine. Not sure if it's really a BC break, I expect most of people using Vue 3 + TypeScript already using a `vue-shims.d.ts` file... 😕
Commits
-------
4587706 Allow ts-loader ^9.0.0, close#993
0 commit comments