You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that this is a issue rather than a question.
Bug report
vuepress uses a fork 4816bef of html-webpack-plugin. This package was published to npm, but the source code never made available. This means I can't understand what the issue was that was being worked around that made the fork required
Version
master
Steps to reproduce
Look for source code of vuepress-html-webpack-plugin
Fail to find it anywhere on the internet
What is expected?
It should be a repo under https://github.com/vuejs with a clear explanation as to why the package had to be forked and what was changed
Or even better, the dependency on this closed source package should be removed and the project should switch back to the upstream html-webpack-plugin unforking the code
What is actually happening?
The package was published to npm, but the source code was never made available
Other relevant information
Your OS: any
Node.js version: any
Browser version: any
Is this a global or local install? either
Which package manager did you use for the install? any
The text was updated successfully, but these errors were encountered:
This is published as vuepress-html-webpack-plugin to be used in VuePress. This is to fix a situation when the user installs a version of html-webpack-plugin that is compatible with VuePress' (which causes it to be hoisted to node_modules root) but also with a version of webpack that is incompatible. Because html-webpack-plugin directly make requires into webpack internals, it ends up requiring the internal modules from the incompatible version of webpack.
Bug report
vuepress uses a fork 4816bef of html-webpack-plugin. This package was published to npm, but the source code never made available. This means I can't understand what the issue was that was being worked around that made the fork required
Version
master
Steps to reproduce
vuepress-html-webpack-plugin
What is expected?
It should be a repo under https://github.com/vuejs with a clear explanation as to why the package had to be forked and what was changed
Or even better, the dependency on this closed source package should be removed and the project should switch back to the upstream html-webpack-plugin unforking the code
What is actually happening?
The package was published to npm, but the source code was never made available
Other relevant information
The text was updated successfully, but these errors were encountered: