webpack,devServer does not generate resource files in memory so that resources cannot be accessed
publicPath is configured as the root path, but devServer does not generate stripped resource files in memory, resulting in lack of access to picture and font resources
the files generated by local packaging separate the picture and font resources to the assets directory
devServerdevServerassetsdevServer: