XaveScor / smartbundle

Just code, no config. Zero-config bundler for js libraries
32 stars 0 forks source link

react dep is detecting incorrectly if multiple versions in the deps #99

Closed XaveScor closed 1 week ago

XaveScor commented 1 week ago

example:

{
  "peerDependencies": {
    "react": ">=16.8.0 <19.0.0"
  },
  "devDependencies": {
    "react": "^18.2.0"
  }
}

smartbundle should walk over each clause