Remove comments.

This commit is contained in:
Dillon Kearns 2019-08-22 05:47:12 -07:00
parent 70feacd32a
commit 212291f550

View File

@ -288,10 +288,7 @@ function webpackOptions(production, routes, { debug, manifestConfig }) {
},
plugins: [
new PrerenderSPAPlugin({
// Required - The path to the webpack-outputted app to prerender.
// staticDir: "./dist",
staticDir: path.join(process.cwd(), "dist"),
// Required - Routes to render.
routes: routes,
renderAfterDocumentEvent: "prerender-trigger"
})