When webpack splits source files into chunks there is likely a preferred order to which those files should be imported into html with. In my testing thus far it doesn't seem to matter but I don't trust that. This needs further research to determine if there is a preferred order and if so, how to determine it from the manifest file.
When webpack splits source files into chunks there is likely a preferred order to which those files should be imported into html with. In my testing thus far it doesn't seem to matter but I don't trust that. This needs further research to determine if there is a preferred order and if so, how to determine it from the manifest file.