-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
@license comments are not preserved during build #4596
Comments
Note: wherever the |
@heymartinadams Hi, does this PR fix this bug? |
@heymartinadams maybe this can help modify/test non-merged PR |
Mmh... I still didn’t get it (in some areas, like git, I’m a complete beginner). How about this? It’s not a high-priority issue for me, and I trust you all, so if you say you fixed it, pretty sure it works? (Sorry, don’t mean to be difficult, just super focused on a project and can’t spend too much time on other things at the moment.) |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. |
Is this a bug report?
Yes
Did you try recovering your dependencies?
Yes. Yarn version:
1.6.0
Which terms did you search for in User Guide?
I was asked to file a bug report in issue #4116.
Environment
Steps to Reproduce
./src/index.js
contains the following comment:react-scripts build
.Expected Behavior
On running
react-scripts build
, however, comment isn’t preserved in resulting./build/static/js/main.*.js
file, even though (as issue #4116 states),create-react-app
ought to preserve JSDoc-style comments.Actual Behavior
Missing
@license
comment in./build/static/js/main.*.js
file.The text was updated successfully, but these errors were encountered: