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.
1 parent 30966a7 commit 4a3e26cCopy full SHA for 4a3e26c
1 file changed
rollup.config.js
@@ -60,7 +60,7 @@ const buildConfig = ({es5, browser = true, minifiedVersion = true, alias, ...con
60
61
export default async () => {
62
const year = new Date().getFullYear();
63
- const banner = `// Axios v${lib.version} Copyright (c) ${year} ${lib.author} and contributors`;
+ const banner = `/*! Axios v${lib.version} Copyright (c) ${year} ${lib.author} and contributors */`;
64
65
return [
66
// browser ESM bundle for CDN
0 commit comments