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

Fix: Not compatible with Webpack5, because of compilerFS.mkdirp was not supported now #470

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jsbugwang
Copy link

webpack5: mkdirp is no longer expected to be a function on the output file system
webpack/webpack.js.org#3110

Since Node 10, fs.mkdir(path[, options], callback) supporting mkdir recursively.
Upgrade the engines. node to to >=10.0.0

@runtimess
Copy link

runtimess commented Sep 28, 2021

Yeah, I've just encountered the same problem.
You have to add 'const fs = require('fs')' to es6/index.js as well because it fails
So, thanks a lot for the fix
I'm looking forward to seeing this merged

@jsbugwang
Copy link
Author

const fs = require('fs')

yes, I've lost this line. thanks.

@runtimess
Copy link

I'm just wondering when it can be merged?

@runtimess
Copy link

Anyone here?

@acirulis
Copy link

acirulis commented Nov 8, 2021

Hi, this plugin is linked from official Vue.js documentation, so would also like to know maintenance status. Thank you!

@Tofandel
Copy link

Tofandel commented Mar 4, 2022

As this library is still waiting for a new maintainer, you can use prerender-spa-plugin-next in the meantime

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