2
0
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:
Maddy Miller
2022-10-31 03:00:29 +10:00
committed by GitHub
parent 0c3a1e9fde
commit ae31394848
+2 -1
View File
@@ -132,5 +132,6 @@
"Yasu Flores (https://github.com/yasuf)",
"Ben Carp (https://github.com/carpben)",
"Daniel Lopretto (https://github.com/timemachine3030)"
]
],
"sideEffects": false
}