Open andymantell opened 4 years ago
Tagging this with Hacktoberfest in case anyone taking part in it this year had any ideas. I'm stumped for the moment on this one. It'll either be something obvious I've missed, or a bug deep in webpack!
Happy to pair up when it comes to it if that would help
Govuk js is imported dynamically and given names with webpack magic comments as follows:
However, not all of the output files have their names assigned correctly. For example, this is the build output from govuk-react-jsx-examples:
Need to work out why...