Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up frontend 5 upgrade #3257

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. Finish upgrade to frontend 5

    We've replaced Uglifier with Terser.
    Components that contain code from GOV.UK Frontend have been moved to a separate file, es6-components.js.
    This approach is used to prevent Grade X Browsers evaluating JavaScript that isn't supported by adding
    the type=”module” attribute to the script tag.
    lauraghiorghisor-tw committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ba9d766 View commit details
    Browse the repository at this point in the history