1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-25 08:09:41 +02:00

fix: remove kitchen timer (#4857)

This commit is contained in:
Kuchenpirat 2025-01-07 20:19:30 +01:00 committed by GitHub
parent 22f306a384
commit 0f7c1d6a14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1 additions and 355 deletions

View file

@ -532,17 +532,6 @@ export default {
// ["@nuxtjs/composition-api/dist/babel-plugin"],
],
},
// audio file support
// https://v2.nuxt.com/docs/features/configuration/#extend-webpack-to-load-audio-files
extend(config, ctx) {
config.module.rules.push({
test: /\.(ogg|mp3|wav|mpe?g)$/i,
loader: 'file-loader',
options: {
name: '[path][name].[ext]'
}
})
},
transpile: process.env.NODE_ENV !== "production" ? [/@vue[\\/]composition-api/] : null,
},
};