Closed yveslange closed 7 years ago
We still need to figure out why the Immutable.js project owners changed the way their library is distributed; and how we need to adapt our build process, so to be able to require Immutable.js in our components. In the meantime, as you suggest, lets stick to RC4 and change nothing on our side.
The
data-gql
element uses ImmutableJS library.@leebyron decided to remove the
dist/
folder from the library (see: https://github.com/facebook/immutable-js/issues/1387). Thedist/
folder normally holds theimmutable.min.js
bundled file that is used bydata-gql
Since the bundle can't be found and doesn't exists in ImmutableJS
v4.0.0-rc4+
, I suggest to stick torc-4
for the moment.