nextjs and oldest chrome version
Unanswered
Macao paper wasp posted this in #help-forum
Macao paper waspOP
Hi,
Nextjs : 13
Reactjs : 18
I’m need to use my webapp on a LG WebOS TV
In prod mode it’s work fine with WebOSTV 6.0. ( web engine chrome 79) but don’t work (syntaxerror : unexpected token) on WebOSTV 4.0 (web engine chrome 53)
I’ve try .babelrc with target chrome =53 and also browserslist but that seems doesn’t work.
An idea to compile this Next webapp to work on oldest chrome version ?
Best regards.
Nextjs : 13
Reactjs : 18
I’m need to use my webapp on a LG WebOS TV
In prod mode it’s work fine with WebOSTV 6.0. ( web engine chrome 79) but don’t work (syntaxerror : unexpected token) on WebOSTV 4.0 (web engine chrome 53)
I’ve try .babelrc with target chrome =53 and also browserslist but that seems doesn’t work.
An idea to compile this Next webapp to work on oldest chrome version ?
Best regards.
1 Reply
https://nextjs.org/docs/architecture/supported-browsers
Notice that your Next.js app might not work if your Chrome version is too old, even though they provide polyfills by default
Notice that your Next.js app might not work if your Chrome version is too old, even though they provide polyfills by default