locatorjs
locatorjs copied to clipboard
bug: Does not work with latest next.js + App Router
Where the bug happens
- [X] Browser Extension
- [ ] Library
- [ ] Other
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 :)
I have this problem with the Firefox extension as well. Firefox: 122.0.1 (64-bit)
Any updates or ways to make it work?