netlify / framework-info

Framework detection utility
MIT License
137 stars 21 forks source link

fix(remix): use correct configuration file #663

Closed erezrokah closed 2 years ago

erezrokah commented 2 years ago

I believe https://github.com/netlify/framework-info/pull/658 had a typo.

In my Remix project the config is a .js file and trying to switch to .mjs didn't work (that is changing the extension and using ES modules).