mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Removed polyfill
This commit is contained in:
parent
c1218d8607
commit
c68b214dc5
@ -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' }]
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
@ -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",
|
||||
|
||||
3
static/js/polyfill.min.js
vendored
3
static/js/polyfill.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user