can webpack generate static pages and refer to the method of static generation in dede system?
every time a single SPA page opens url, there is a request for background data, which is a bit disadvantageous to seo, but our company requires that static HTML, is generated after the request is made. Static HTML is used to open the next time.
can I refer to the static method generated by dede or the method to directly implement static html when webpack + html + axios, is used in the framework of my project?