Skip to content

Commit

Permalink
Merge pull request #65 from grammarly/fix-tree-shaking
Browse files Browse the repository at this point in the history
Fix webpack tree shacking (add lens json side effect)
  • Loading branch information
blacktaxi authored Dec 27, 2019
2 parents aa9bda6 + 87f55e4 commit 281b70f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/focal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"module": "dist/_esm5/src/index.js",
"es2015": "dist/_esm2015/src/index.js",
"types": "dist/_cjs/src/index.d.ts",
"sideEffects": false,
"sideEffects": [
"./dist/_cjs/src/lens/json.js",
"./dist/_esm5/src/lens/json.js",
"./dist/_esm2015/src/lens/json.js"
],
"files": [
"dist/_cjs/src/",
"dist/_esm5/src/",
Expand Down

0 comments on commit 281b70f

Please sign in to comment.