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
We are trying to import the plugin to our vue project via doing a import code import {LottieSplashScreen} from "cordova-plugin-lottie-splashscreen";
but when compiling we are getting this error.
[vite:resolve] Failed to resolve entry for package "cordova-plugin-lottie-splashscreen". The package may have incorrect main/module/exports specified in its package.json:
Can anyone have a solution for this bug
The text was updated successfully, but these errors were encountered:
HI,
We are trying to import the plugin to our vue project via doing a import code
import {LottieSplashScreen} from "cordova-plugin-lottie-splashscreen";
but when compiling we are getting this error.
[vite:resolve] Failed to resolve entry for package "cordova-plugin-lottie-splashscreen". The package may have incorrect main/module/exports specified in its package.json:
Can anyone have a solution for this bug
The text was updated successfully, but these errors were encountered: