Skip to content

Commit

Permalink
Fix #22
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinoli committed Aug 9, 2021
1 parent 6aae1fc commit 1797948
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 209 deletions.
7 changes: 7 additions & 0 deletions nuxt.config.js
Expand Up @@ -111,6 +111,13 @@ 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'],
Expand Down

0 comments on commit 1797948

Please sign in to comment.