-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Copy plugin's ignore pattern bug in Multiple html #3597
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
Comments
遇到了一样的问题呢 😭 |
haoqunjiang
added a commit
to haoqunjiang/vue-cli
that referenced
this issue
Sep 24, 2019
9 tasks
haoqunjiang
added a commit
that referenced
this issue
Sep 24, 2019
haoqunjiang
added a commit
that referenced
this issue
Oct 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.5.0
Environment info
Steps to reproduce
Create an empty Vue project
Create the following folder structure:
Root/public
Root/public/index.html
Root/public/test/index.html
Set vue.config.js
Run the command npm run build
Open dist folder
What is expected?
├── babel.html ├── css ├── img ├── js └── test
What is actually happening?
├── babel.html ├── index.html ├── css ├── img ├── js └── test
Index.html should be ignored because this is a template file
I found the reason and found the previous issue
#3130
#3119
#CHANGELOG 3.3.0
I tried to find the reason and found a problem in this file.(app.js-207)
I found this plugin copy-webpack-plugin(processPatternjs-59) ignore configuration matching rules some problems.
So I queried the document and tried to make changes. Here are the results of my modifications. Then I got the result I wanted.
Since this version**(3.3.0 (2019-01-08))** was updated, this problem has been around, I don't know if my plan will help you. I am a loyal user of the CLI and hope to fix this problem earlier.
The text was updated successfully, but these errors were encountered: