Skip to content

Commit

Permalink
Quickfix babel nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
alrick committed Aug 11, 2021
1 parent a0672f2 commit 8c4d4b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.js
Expand Up @@ -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 }]],
}
}
}

0 comments on commit 8c4d4b6

Please sign in to comment.