Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Unable to prerender all routes! #501

Open
todaynogada opened this issue Apr 2, 2022 · 2 comments
Open

Unable to prerender all routes! #501

todaynogada opened this issue Apr 2, 2022 · 2 comments

Comments

@todaynogada
Copy link

todaynogada commented Apr 2, 2022

Unable to prerender all routes!
help
I am using it integrated with laravle mix.
and vue3
qgegeqgegqqeg

    plugins: [
        new PrerenderSPAPlugin({
            staticDir: __dirname, // The path to the folder where index.html is.
            outputDir: path.join(__dirname, 'prerendered'),
            indexPath: path.join(__dirname, 'dist', 'index.html'),
            routes: ['/'],
            renderer: new Renderer({
                injectProperty: "__PRERENDER_INJECTED",
                inject: {
                    prerendered: false,
                },
                renderAfterElementExists: "[ready]",
                headless: true,
                maxConcurrentRoutes: 1,
                ignoreHTTPSErrors: false,
                renderAfterTime: 0,
            }),

        })
    ]
@Tofandel
Copy link

Tofandel commented Apr 2, 2022

Duplicate of #414, it's not compatible with webpack 5

@todaynogada
Copy link
Author

#414 중복 , webpack 5와 호환되지 않습니다.

tahnk you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants