diff --git a/nuxt.config.js b/nuxt.config.js index 2fec40a..70bb68f 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -34,5 +34,10 @@ export default { publicRuntimeConfig: { project: process.env.PROJECT, baseURL: process.env.URL + process.env.PROJECT + }, + build: { + babel: { + plugins: [['@babel/plugin-proposal-private-property-in-object', { loose: true }]], + } } } \ No newline at end of file