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 have many npm dependencies which are not needed to be integrated in the production build.
For instance:
capacitor/android
types/jest
cordova-res
express
json-server
path
We needed many of these dependencies in that section because we were deploying our application using a mock server.
We should move the unneeded dependencies to the Dev Dependencies section.
The text was updated successfully, but these errors were encountered:
We have many npm dependencies which are not needed to be integrated in the production build.
For instance:
capacitor/android
types/jest
cordova-res
express
json-server
path
We needed many of these dependencies in that section because we were deploying our application using a mock server.
We should move the unneeded dependencies to the Dev Dependencies section.
The text was updated successfully, but these errors were encountered: