Skip to content

Commit

Permalink
fix: simplified app to test lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
vickywane committed Jul 13, 2021
1 parent f1e15dc commit 7f14363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<template>
<div>
<h1> AMBIANIC APP HERE</h1>
</div>
<h1>AMBIANIC APP HERE</h1>
</template>

<script>
export default {
name: 'App'
}
Expand Down
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Compress static text assets at build time
const CompressionPlugin = require('compression-webpack-plugin')
const VuetifyLoaderPlugin = require('vuetify-loader/lib/plugin')
// const VuetifyLoaderPlugin = require('vuetify-loader/lib/plugin')

module.exports = {
devServer: {
Expand Down Expand Up @@ -71,7 +71,7 @@ module.exports = {
config.plugin('CompressionPlugin').use(CompressionPlugin)

// VuetifyLoaderPlugin
config.plugin('VuetifyLoaderPlugin').use(VuetifyLoaderPlugin)
// config.plugin('VuetifyLoaderPlugin').use(VuetifyLoaderPlugin)
},

productionSourceMap: false
Expand Down

0 comments on commit 7f14363

Please sign in to comment.