Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. const VuetifyLoaderPlugin = require('vuetify-loader/lib/plugin')
  2. module.exports = {
  3.  
  4. configureWebpack: {
  5. plugins: [
  6. new VuetifyLoaderPlugin()
  7. ],
  8. devServer: {
  9. disableHostCheck: true,
  10. },
  11. },
  12.  
  13. pwa: {
  14. themeColor: '#1E88E5'
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement