-
Notifications
You must be signed in to change notification settings - Fork 237
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
Using GOV.UK Frontend 4.5.0, opening dev tools causes an error in the terminal #1950
Comments
This should be solved within |
Hi @nataliecarey @joelanman, thanks for spotting this We've added this comment to //# sourceMappingURL=all.js.map @BenSurgisonGDS The fix in #1955 looks good, it's quite likely that any 3rd party compiled JavaScript file (or stylesheet) could have a map included, but found recently that source maps don't always equal filename + @nataliecarey If a fix in scripts: [
'/govuk/all.js',
'/govuk-prototype-kit/init.js'
], |
I suppose too, would it be worth chatting about using our "source JavaScript" so no source maps are needed? |
Fixed in GOV.UK Frontend 4.6.0: https://github.com/alphagov/govuk-frontend/releases/tag/v4.6.0 |
Description of the issue
If you use Frontend 4.5.0 and open dev tools, you get an error in the terminal:
Steps to reproduce the issue
as above
Actual vs expected behaviour
No error expected
Environment (where applicable)
The text was updated successfully, but these errors were encountered: