mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +03:00
chore: add sideEffects false to package.json (#5025)
* chore: add sideEffects false to package.json This flag within the package.json file allows marking that a package does not make use of side effects, as documented here: https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free * Fixed a typo and removed EOL There was no EOL in the original, so removing it to minimise diff * Update package.json Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
+2
-1
@@ -132,5 +132,6 @@
|
||||
"Yasu Flores (https://github.com/yasuf)",
|
||||
"Ben Carp (https://github.com/carpben)",
|
||||
"Daniel Lopretto (https://github.com/timemachine3030)"
|
||||
]
|
||||
],
|
||||
"sideEffects": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user