infi-pc / locatorjs

https://www.locatorjs.com
1.31k stars 60 forks source link

bug: Does not work with latest next.js + App Router #122

Open kodi opened 11 months ago

kodi commented 11 months ago

Where the bug happens

your browser

Chrome Version 117.0.5938.132 (Official Build) (arm64)

Describe the bug

With the latest next.js (made with official generator)

Select the app router + typescript.

There is no babel, and the build is now handled with SWC compiler.

Is there a way of making locator.js work with this new setup, without installing babel stuff, because as soon as Next.js detects babel.rc file, it disables SWC compiler, and I guess this is a no-go for many developers!

Making locator.js work with lates Next.js would be really important, imho :)

VulcanTech-io commented 7 months ago

I have this problem with the Firefox extension as well. Firefox: 122.0.1 (64-bit)

jeanpfs commented 2 months ago

Any updates or ways to make it work?