Skip to content

Commit

Permalink
exmaple: remove unnecessary transpile for vuetify
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Sep 29, 2018
1 parent 74eb5a6 commit f08cc76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/with-vuetify/nuxt.config.js
Expand Up @@ -14,8 +14,7 @@ export default {
},

build: {
extractCSS: true,
transpile: [/^vuetify/]
extractCSS: true
},
/*
** Load Vuetify into the app
Expand Down

0 comments on commit f08cc76

Please sign in to comment.