-
-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading to 3.0.2 : Errors in previously 'clean' build #655
Comments
Do you want to try adding |
Would you be able to supply a minimal reproduction of the issue if that doesn't work? I'm really keen not to break people's projects. It's a breaking changes release but I was anticipating that most of the breaking changes wouldn't affect anyone. I've had some publishing issues with npm today so I'm trying to isolate the problem |
Thanks! |
Great! Would you still be able to supply me with a minimal repro of the issue?. I think what you've stumbled on is a bug in ts-loader that I'd like to fix. But without being able to reproduce it, I can't! |
Sure. I'll see what I can do... |
Thanks - I appreciate it |
@johnnyreilly Fairly minimal example here. Better late than never... https://github.com/roddypratt/tsloaderbug Hopefully this will back up that this is a dupe of 657. |
Thanks @roddypratt - I'll use it to double check. |
Looking good so far - hopefully v3.0.3 of ts-loader will remove the need to use |
Fix released with 3.0.3 |
Verified fixed! |
Sweet! |
I've been using 2.3.7 for a while without issues. Upgraded to 3.0.2, and suddenly I see loads of errors in the build.
Most are JQuery related, like
I'm using TS 2.5.3, Webpack 3.7.1
Webpack.js has this snippet
... and my tsconfig.json looks like this.
Any suggestions welcome. I appreciate there's a big change to V3 but I can't see anything relevant in the options that I'd need to adjust?
The text was updated successfully, but these errors were encountered: