Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
Description
With cordova-fetch, all modules are being saved in node_modules directly.
Our code currently copies the plugin folder from a projects node_modules into plugins directory of a project. And then the plugin gets copied from the plugins directory into the specific platform. I propose we remove the need to stage plugins in the plugins directory and copy it straight from node_modules into platforms directory when it gets installed.
We will need to investigate fetch.json and each <platform>.json that currently lives in the plugins directory. Do we need these files? Why?
I will make a more detailed proposal on cordova-discuss soon for this.
Attachments
Issue Links
- contains
-
CB-11963 Get rid of fetch.json and <platform.json> in plugins folders
- Closed