Skip to content

Commit

Permalink
chore(webpack): disable sideEffect to allow webpack tree-shaking (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoissonnet committed Nov 27, 2023
1 parent b6b1f15 commit 2e57c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-i18n/package.json
Expand Up @@ -43,6 +43,7 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"scripts": {
"babel-watch": "babel src --out-dir lib --watch --ignore __tests__,__mocks__",
"build": "yarn build:commonjs && yarn build:es",
Expand Down

0 comments on commit 2e57c1b

Please sign in to comment.