Skip to content

Commit

Permalink
https://github.com/vuetifyjs/vuetify/issues/5271#issuecomment-600031869
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Choe committed May 8, 2020
1 parent 3a31510 commit 69118b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vue/vue.config.js
Expand Up @@ -4,6 +4,10 @@ module.exports = {
transpileDependencies: [
'vuetify',
],
// https://github.com/vuetifyjs/vuetify/issues/5271#issuecomment-600031869
css: {
extract: { ignoreOrder: true },
},
devServer: {
proxy: {
'/': {
Expand Down

0 comments on commit 69118b1

Please sign in to comment.