shixin-guo / Promise

A NFT Marketplace for VirtualEvent Platform
https://znft.vercel.app/
MIT License
2 stars 0 forks source link

babel polyfill not work for Nullish Coalescing not been , so safari 12 is down #22

Closed shixin-guo closed 1 year ago

shixin-guo commented 1 year ago

after yarn dev , goto dist folder , 'packages/local/dist/cart/use-cart.js' check dist code, still include "??"

image

but as ducument said , nextjs support 'Nullish Coalescing' https://nextjs.org/blog/next-9-1-7#support-for-the-latest-javascript-features

node : v16.14.0

shixin-guo commented 1 year ago

https://github.com/vercel/next.js/issues/17273 I try this way , but useless

shixin-guo commented 1 year ago

image SyntaxError: Unexpected token '?'