We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4127d49 commit f16df97Copy full SHA for f16df97
package.json
@@ -66,7 +66,6 @@
66
"dependencies": {
67
"es6-promise": "^3.1.2",
68
"history": "^2.1.1",
69
- "immutable": "^3.8.1",
70
"isomorphic-fetch": "^2.2.1",
71
"lodash": "^4.11.2",
72
"normalizr": "^2.0.1",
webpack/config-vendor.ts
@@ -12,7 +12,6 @@ export default config;
12
13
config.entry.vendor = [
14
'es6-promise',
15
- 'immutable',
16
'history',
17
'object.assign',
18
'radium',
0 commit comments