You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While investigating why the Design System throws errors in IE8 that we don't see in the review application I tried using the built dist and found it fails in IE8.
While investigating why the Design System throws errors in IE8 that we don't see in the review application I tried using the built dist and found it fails in IE8.
When copy and pasting https://github.com/alphagov/govuk-frontend/blob/master/dist/govuk-frontend-2.2.0.min.js into JSBin and running it in IE8 browser stack I get the following error:
'prototype' is null or not an object
Seems to be around the defineProperty polyfill, I'm doing more investigation into why rollup is behaving differently.
The JavaScript compiling seems to be the same, with just the destination changing: https://github.com/alphagov/govuk-frontend/blob/master/tasks/gulp/compile-assets.js#L101
The text was updated successfully, but these errors were encountered: