Removed polyfill

This commit is contained in:
Grzegorz Leoniec 2019-03-12 15:39:54 +01:00
parent c1218d8607
commit c68b214dc5
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
4 changed files with 6 additions and 14 deletions

View File

@ -50,12 +50,7 @@ module.exports = {
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: pkg.description }
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
script: [
{
src: '/js/polyfill.min.js' // polyfill IntersectionObserver
}
]
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]
},
/*

View File

@ -34,7 +34,7 @@
}
},
"dependencies": {
"@human-connection/styleguide": "0.5.14",
"@human-connection/styleguide": "0.5.15",
"@nuxtjs/apollo": "4.0.0-rc4",
"@nuxtjs/axios": "~5.4.1",
"@nuxtjs/dotenv": "~1.3.0",

File diff suppressed because one or more lines are too long

View File

@ -884,10 +884,10 @@
fs-extra "7.0.0"
watchify "3.11.0"
"@human-connection/styleguide@0.5.14":
version "0.5.14"
resolved "https://registry.yarnpkg.com/@human-connection/styleguide/-/styleguide-0.5.14.tgz#4a75647f02bbbbe91ce2833c3b82d0d71a0bed46"
integrity sha512-9nxx0bIexBMSHlXuwddtOOh1o7I6RBfFvI2VOCbLGXdt2rUYABybUMXrBkXoYXIrEZz5YB4R4EyFfCYjKBsRyw==
"@human-connection/styleguide@0.5.15":
version "0.5.15"
resolved "https://registry.yarnpkg.com/@human-connection/styleguide/-/styleguide-0.5.15.tgz#87142957b1ae03749e99db287adb6eafc5e2980a"
integrity sha512-BsYwXhPZutRVxyyvCWYkSsw8rEoUTimFeH4GdA9u9gohfS+opVl56KjiBPpepHsaVjbnuL8932BD/47QdM5cZg==
dependencies:
vue "^2.6.6"