diff --git a/ayanova/webpack.config.js b/ayanova/webpack.config.js index 5cb55edc..ee3a4554 100644 --- a/ayanova/webpack.config.js +++ b/ayanova/webpack.config.js @@ -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$/,