This commit is contained in:
@@ -1,14 +1,6 @@
|
|||||||
// webpack.config.js
|
// 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 = {
|
module.exports = {
|
||||||
externals: [
|
|
||||||
...Object.keys(dependencies || {}).filter(
|
|
||||||
d => !whiteListedModules.includes(d)
|
|
||||||
)
|
|
||||||
],
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
test: /\.s(c|a)ss$/,
|
test: /\.s(c|a)ss$/,
|
||||||
|
|||||||
Reference in New Issue
Block a user