mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
frontend build hot-fix
This commit is contained in:
parent
e109ac0f47
commit
ba2d9829bb
2 changed files with 2 additions and 1 deletions
|
@ -319,7 +319,7 @@ export default {
|
|||
babel: {
|
||||
plugins: [
|
||||
["@babel/plugin-proposal-private-property-in-object", { loose: true }],
|
||||
["@nuxtjs/composition-api/dist/babel-plugin"],
|
||||
// ["@nuxtjs/composition-api/dist/babel-plugin"],
|
||||
],
|
||||
},
|
||||
transpile: process.env.NODE_ENV !== "production" ? [/@vue[\\/]composition-api/] : null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue