We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Yes
n/a
node -v
npm -v
yarn --version
npm ls react-scripts
Then, specify:
Should have new copyright notice, e.g, from react-scripts' build.js
/**
It has the old (restrictive) copyright notice. Unfortunately these show up in the final *.map file which is public.
Build the app and check the content of the build/static/js/main.<hash>.js.map file
build/static/js/main.<hash>.js.map
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
n/a
Which terms did you search for in User Guide?
n/a
Environment
node -v
:npm -v
:yarn --version
(if you use Yarn):npm ls react-scripts
(if you haven’t ejected):Then, specify:
n/a
Steps to Reproduce
n/a
Expected Behavior
Should have new copyright notice, e.g, from react-scripts' build.js
/**
*/
Actual Behavior
It has the old (restrictive) copyright notice. Unfortunately these show up in the final *.map file which is public.
/**
*/
Reproducible Demo
Build the app and check the content of the
build/static/js/main.<hash>.js.map
fileThe text was updated successfully, but these errors were encountered: