Closed connor4312 closed 3 years ago
@connor4312 Which matcher are you using? I am currently using this with webpack 5 and it works for me (though we could certainly have different setups)
This is in https://github.com/connor4312/vscode-css-theme-completions/tree/main/extension with ts-webpack. I can look into it a bit this weekend if you aren't hitting it.
Hrm, I'll check it out for ts-loader alone, I've always been using fork-ts-checker
lately.
I can't say when this change happened, but I have webpack 5.11 and the message that it puts out when it completes compilation unsuccessfully no longer matches the pattern. It's also true that 5.11 doesn't have a --info-verbosity command line option, so that chunk should be updated in the readme.
This should be fixed in v0.5.0
Webpack 5 change its output format, it doesn't look like the problem matcher works for it.
Example output: