From 9f616036d9a8d7d28d4ae3ce95c6faca17f164a8 Mon Sep 17 00:00:00 2001 From: Eli Black Date: Wed, 17 Dec 2025 16:29:30 +0800 Subject: [PATCH] Add `sideEffects: false` to `package.json` --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f9e9e05..692f58b 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "String#replace for React components", "license": "MIT", "main": "index.js", + "sideEffects": false, "repository": "iansinnott/react-string-replace", "author": { "name": "Ian Sinnott", @@ -41,4 +42,4 @@ "eslint-plugin-flowtype": "^2.25.0", "eslint-plugin-react": "^7.0.0" } -} +} \ No newline at end of file