mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
frontend build hot-fix
This commit is contained in:
parent
e109ac0f47
commit
ba2d9829bb
@ -6,6 +6,7 @@ export const useTools = function (eager = true) {
|
|||||||
const workingToolData = reactive({
|
const workingToolData = reactive({
|
||||||
id: 0,
|
id: 0,
|
||||||
name: "",
|
name: "",
|
||||||
|
slug: "",
|
||||||
onHand: false,
|
onHand: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -319,7 +319,7 @@ export default {
|
|||||||
babel: {
|
babel: {
|
||||||
plugins: [
|
plugins: [
|
||||||
["@babel/plugin-proposal-private-property-in-object", { loose: true }],
|
["@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,
|
transpile: process.env.NODE_ENV !== "production" ? [/@vue[\\/]composition-api/] : null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user