Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
alain
Open Schooling Navigator
Commits
d34a960b
Commit
d34a960b
authored
Oct 11, 2021
by
alain
🐙
Browse files
remove object polyfill, fix later maybe
parent
a9b1bdd5
Changes
3
Hide whitespace changes
Inline
Side-by-side
frontend/gatsby-browser.js
View file @
d34a960b
...
...
@@ -12,11 +12,8 @@ export const onClientEntry = async () => {
await
import
(
`intersection-observer`
);
}
// add css custom property support to ie11
if
(
window
.
MSInputMethodContext
&&
document
.
documentMode
)
{
// add css custom property support to ie11
await
import
(
`ie11-custom-properties`
);
// add css object fit support to ie11
await
import
(
`object-fit-polyfill`
);
}
}
\ No newline at end of file
frontend/package.json
View file @
d34a960b
...
...
@@ -22,7 +22,6 @@
"intersection-observer"
:
"^0.12.0"
,
"kute.js"
:
"^2.0.16"
,
"node-sass"
:
"^6.0.1"
,
"object-fit-polyfill"
:
"^0.1.0"
,
"prop-types"
:
"^15.7.2"
,
"react"
:
"^17.0.1"
,
"react-dom"
:
"^17.0.1"
,
...
...
frontend/yarn.lock
View file @
d34a960b
...
...
@@ -8868,11 +8868,6 @@ object-copy@^0.1.0:
define-property "^0.2.5"
kind-of "^3.0.3"
object-fit-polyfill@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/object-fit-polyfill/-/object-fit-polyfill-0.1.0.tgz#af96f36d72f6fdadad528e0b9c9686cb469f75a9"
integrity sha1-r5bzbXL2/a2tUo4LnJaGy0afdak=
object-inspect@^1.10.3, object-inspect@^1.9.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment