This commit is contained in:
2020-09-30 22:46:50 +00:00
parent abf77570dd
commit d0d6a3cab0

View File

@@ -1,14 +1,6 @@
// webpack.config.js
//this is required or the menu won't work properly
//in production (used to, something changed)
//https://github.com/vuetifyjs/vuetify/issues/5518
let whiteListedModules = ["vue", "vuetify"];
module.exports = {
externals: [
...Object.keys(dependencies || {}).filter(
d => !whiteListedModules.includes(d)
)
],
rules: [
{
test: /\.s(c|a)ss$/,