Skip to content

Commit f16df97

Browse files
Removes immutable.js references
There doesn't seem to be a very good way to use this with TypeScript at the moment :(
1 parent 4127d49 commit f16df97

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"dependencies": {
6767
"es6-promise": "^3.1.2",
6868
"history": "^2.1.1",
69-
"immutable": "^3.8.1",
7069
"isomorphic-fetch": "^2.2.1",
7170
"lodash": "^4.11.2",
7271
"normalizr": "^2.0.1",

webpack/config-vendor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export default config;
1212

1313
config.entry.vendor = [
1414
'es6-promise',
15-
'immutable',
1615
'history',
1716
'object.assign',
1817
'radium',

0 commit comments

Comments
 (0)