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
Create a new vue app using CLI (i used 4.4.4), with TypeScript support (my app also has PWA, Vuex, Router support, but those are probably irrelevant to this case).
Add vuetify to the project with a la carte support.
Add the following to tsconfig.json, as mentioned in vuetifyjs/vue-cli-plugins#112 (comment):
WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.plugins[16] misses the property 'apply'.
function
-> The run point of the plugin, required method.
WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.plugins[16] misses the property 'apply'.
function
-> The run point of the plugin, required method.
thank you that fixed the issue. it seems that when i added vuetify, some of my code in vue.config.js was overwritten and I just put back the original code. thanks again for the quick help! :)
Environment
Vuetify Version: 2.3.1
Vue Version: 2.6.11
Browsers: Edge 83.0.478.54
OS: Windows 10
Steps to reproduce
Create a new vue app using CLI (i used 4.4.4), with TypeScript support (my app also has PWA, Vuex, Router support, but those are probably irrelevant to this case).
Add vuetify to the project with a la carte support.
Add the following to tsconfig.json, as mentioned in vuetifyjs/vue-cli-plugins#112 (comment):
run "npm run build" to build
Expected Behavior
should build successfully.
Actual Behavior
build fails with error:
Reproduction Link
https://github.com/borgytan/pgc-dashboard/tree/master/frontend-vue
The text was updated successfully, but these errors were encountered: