This commit is contained in:
@@ -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$/,
|
||||
|
||||
Reference in New Issue
Block a user