mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-17 17:32:22 -05:00
fix: remove kitchen timer (#4857)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user