Skip to content

Commit

Permalink
Remove PWACompat
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaemin committed Oct 26, 2019
1 parent 5435dfd commit 03cf3e4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ export default {
rel: 'manifest',
href: '/manifest.webmanifest'
}
],
script: [
{
async: true,
src: 'https://cdn.jsdelivr.net/npm/[email protected]/pwacompat.min.js',
integrity:
'sha384-VcI6S+HIsE80FVM1jgbd6WDFhzKYA0PecD/LcIyMQpT4fMJdijBh0I7Iblaacawc',
crossorigin: 'anonymous'
}
]
},

Expand Down

0 comments on commit 03cf3e4

Please sign in to comment.