guybedford / es-module-lexer

Low-overhead lexer dedicated to ES module parsing for fast analysis
MIT License
917 stars 47 forks source link

No valid exports main found #46

Closed soelen closed 4 years ago

soelen commented 4 years ago

Recently the latest version of es-dev-server doesn't seem to work anymore; it complains about a missing export or so I assume at least

{
  ...
  "dependencies": {
    "es-dev-server": "^1.40.0"
  }
}
npx es-dev-server
No valid exports main found for '...node_modules/es-module-lexer'
guybedford commented 4 years ago

Thanks, I've released a 0.3.17 which reverts the package.json changes here.