mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-24 04:34:05 -05:00
frontend build hot-fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user