From ae83daca647ab5880f954e57d5d5315b772ed87d Mon Sep 17 00:00:00 2001 From: valentinoli Date: Thu, 12 Aug 2021 08:07:27 +0200 Subject: [PATCH] #22 Update Nuxt to 2.15.8 --- nuxt.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 1e08dbd73..f577f5248 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -111,13 +111,6 @@ export default { // Build Configuration: https://go.nuxtjs.dev/config-build build: { - babel: { - plugins: [ - // Solve bug. Remove this when Nuxt has been upgraded. - // https://github.com/hestiaAI/hestia-rml-demo/issues/22 - ['@babel/plugin-proposal-private-property-in-object', { loose: true }] - ] - }, // Transpile yarrrml-parser with Babel // https://github.com/semantifyit/RocketRML/issues/20#issuecomment-880192637 transpile: ['yarrrml-parser'],