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
I have an existing Laravel (6.x) / Vue.js (2.x) project into which I'd like to add nativescript-vue. I installed nativescript and ran tns doctor successfully. I installed the [vue-cli-plugin-nativescript-vue plugin][1], then copied the files from ns-example to the root directory of my project (including the src/ folder, .env.* files, babel.config.js, and nsconfig.json).
Now, when I try running npm run preview:android and scan the QR code on my android phone, I get the following messages and Webpack error:
Preparing project...
starting nativeConfig
Bundling application for entryPath .\main.native...
WARN A new version of sass-loader is available. Please upgrade for best experience.
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.plugins[2] misses the property 'apply'.
function
-> The run point of the plugin, required method.