The minified JavaScript doesn't include the license header #6751
Open
Description
Describe the bug
Hi there, thank you for this amazing library! I have detected that when bundling axios with vite (using laravel-vite-plugin), there is no license info about axios in my minified build, while there is such for other libraries I'm using. Actually, there is a license comment at https://github.com/axios/axios/blob/v1.x/dist/axios.js but not at https://github.com/axios/axios/blob/v1.x/dist/axios.min.js. I'd recommend using a comment style like /**
or /*!
so it hopefully wouldn't get removed by minifiers.
To Reproduce
No response
Code snippet
No response
Expected behavior
No response
Axios Version
No response
Adapter Version
No response
Browser
No response
Browser Version
No response
Node.js Version
No response
OS
No response
Additional Library Versions
No response
Additional context/Screenshots
No response
Metadata
Assignees
Labels
No labels