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
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,
},
};