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
An unhandled exception occurred: Invalid configuration object. ForkTsCheckerWebpackPlugin has been initialized using a configuration object that does not match the API schema.
- configuration has an unknown property 'tsconfig'. These properties are valid:
object { async?, typescript?, eslint?, formatter?, issue?, logger? }
Expected Behavior
Vue app is served normally
Steps to Reproduce
Update deps in vue app to. (To use latest vue-devtools)
This might not fix all related issues, but it does address one that we found. Namely that the latest @vue-cli has updated to use fork-typescript-checker v5 and that new version requires different parameters. I did a basic change using the approach seen here: vuejs/vue-cli@1aaa592
Solves ZachJW34#97
Current Behavior
Expected Behavior
Vue app is served normally
Steps to Reproduce
Update deps in vue app to. (To use latest vue-devtools)
The text was updated successfully, but these errors were encountered: