mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-03 01:16:14 +03:00
Remove comments.
This commit is contained in:
parent
70feacd32a
commit
212291f550
@ -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"
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user