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
We are using this to quickly be able to see which version of the built js we are running, by simply reading the header / banner of the file. Another one might be to show license or author information.
I see. I think this is a very specific request and probably out of scope for CRA. You can do this manually by post-processing build output if you’d like.
Uh oh!
There was an error while loading. Please reload this page.
I was thinking about adding support to Webpack's Bannerplugin?
Something along the lines of:
Perhaps we could also add support for licenses:
fs.readFileSync('./LICENSE', 'utf8')
I can make a pull request if you're interested.
The text was updated successfully, but these errors were encountered: