Skip to content

Conversation

@erisu
Copy link

@erisu erisu commented Jun 4, 2024

  • Add .gitignore to not commit node_modules
  • Add cordova-common as a dependency to not rely on the package in lib/cli
  • Cleanup configXmlHelper.js
  • fix package name in plugin.xml to match package.json. Mismatch causes incorrect plugin install when using cordova prepare
  • Removed configXmlHelper & configXmlParser for ExtendedConfigParser
  • Remove unused node-version-compare dependency
    Removed dependencies
    • Replace mkpath for fs.mkdirSync
    • Replace rimraf for fs.rmSync
  • Bump dependencies
  • Added CI test ExtendedConfigParser
  • Removed Hooks
    • iosBeforePrepareHook
    • beforePluginInstallHook - Plugin should already install production npm packages in added

Copy link
Collaborator

@NiklasMerz NiklasMerz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codewise it looks good but it needs to be tested with a production setup.

@seamlink-aalves
Copy link

I've tested this PR with our application and the changes look good for production

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants