Skip to content

Commit

Permalink
Disabled sideEffects module flag, it somehow breaks Angular (webpac…
Browse files Browse the repository at this point in the history
…k) build, fixes #198
  • Loading branch information
mweststrate committed Sep 20, 2018
1 parent 21ad96b commit 3de49ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.7.2

* Disabled `sideEffects` module flag, it somehow blows breaks the Angular build, fixes [#198](https://github.com/mweststrate/immer/issues/198)

### 1.7.1

* Fixed issue in the flow type for `nothing`
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"jsnext:main": "dist/immer.module.js",
"react-native": "dist/immer.module.js",
"types": "./dist/immer.d.ts",
"sideEffects": false,
"scripts": {
"watch": "jest --watch",
"test": "jest",
Expand Down

0 comments on commit 3de49ef

Please sign in to comment.