如標題所示,我有一個 next.js(13.2.0) 項目,我已經安裝了 firestore-stripe- payment 套件。但當我從「@stripe/firestore-stripe- payments」匯入{ getStripePayments };我收到 SyntaxError: Unexpected token 'export'。我對 React 和 next.js 很陌生,但據我了解,問題已透過 next.js v13 解決,為什麼我會收到該錯誤?以下是日誌螢幕
我為那些遇到同樣問題的人找到了解決方案。在 next.config.js 中將該行程式碼放入 module.exports 中: transpilePackages: ["name-of-the-package"]
我為那些遇到同樣問題的人找到了解決方案。在 next.config.js 中將該行程式碼放入 module.exports 中: transpilePackages: ["name-of-the-package"]