// Build Configuration: https://go.nuxtjs.dev/config-build export default { babel: { plugins: [ ['@babel/plugin-proposal-private-methods', { loose: true }] ], }, }