-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat: plugin public files (close: #1491) #1494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@ulivz Do you think this can be an official plugin? It is similar to |
@shigma awesome 🎉 it works 🙏🏼
|
@timaschew Also, the default option is equivalent to module.exports = {
plugins: [
'@vuepress/public-files'
// equivalent to ['@vuepress/public-files', ['.']]
]
} |
@shigma why you're not using git rebase? |
Pending for #1515 |
So this can be continued now? Do you plant to have this plugin enabled by default? |
@timaschew tests have been added in another branch. There still exists some problems with our |
@ulivz Ready for review now 😆 |
Any updates for this? |
Hello all it's been a while since the pr was introduced i will make a review of the pr soon. The problem is should it be add in the core or just in some libs of vuepress plugin you can add after. |
…plugin-public-files plugin
What happened to the pull request? Is there an alternative now? |
Summary
What kind of change does this PR introduce? (check at least one)
If changing the UI of default theme, please provide the before/after screenshot:
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
fix #xxx[,#xxx]
, where "xxx" is the issue number)You have tested in the following browsers: (Providing a detailed version will be better.)
If adding a new feature, the PR's description includes:
To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.
Motivation
See #1491
Usage
default usage
an array of patterns
Based on #1493
object style of pattern
See: https://github.com/webpack-contrib/copy-webpack-plugin#patterns
use multiple times
TODO