Joakim Allen

Results 4 comments of Joakim Allen

> If you use `vue-cli3`, use `chainWebpack` in `vue.config.js` > > ```js > const SpeedMeasurePlugin = require("speed-measure-webpack-plugin") > > module.exports = { > // ... > chainWebpack: config => {...

> > If you use `vue-cli3`, use `chainWebpack` in `vue.config.js` > > ```js > > const SpeedMeasurePlugin = require("speed-measure-webpack-plugin") > > > > module.exports = { > > // ......

Has anyone been able to successfully customize vuetify and use vuetify sass variables elsewhere in their application using the meta.load-css function or any other approach that might exist?

Hello, I've came across the same issue and hacked around it by generating an ID in my app but I'm wondering if this is expected behaviour 🤔 How did you...