-
-
Notifications
You must be signed in to change notification settings - Fork 247
TypeError: Cannot read property 'options' of undefined #267
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
Comments
Can you replicate it using this repo? https://github.com/TypeStrong/ts-loader/tree/master/examples/fork-ts-checker-webpack-plugin |
From what I can see, this exact error could only occur if ForkTsCheckerWebpackPlugin.apply is called with This seems to be more of a bug with To further narrow it down, could you try turning the |
FYI: version 0.5.2 works perfectly |
🎉 This issue has been resolved in version 1.3.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Current behavior
Steps to reproduce the issue
I am running webpack, using the basic config laid out in README.md, with grunt-webpack. The issue seems to be that
this.compiler
is not set here:Environment
"grunt": "1.0.3"
"ts-loader": "5.2.1"
"webpack": "4.20.2"
"grunt-webpack": "3.1.3"
The text was updated successfully, but these errors were encountered: