Reputation: 3942
I'd like to use immutable.js in an es6 project using import. My bet is I'm missing the obvious, but:
Upvotes: 1
Views: 1069
Reputation: 3942
Turns out it is in a RC release:
https://github.com/facebook/immutable-js/releases/tag/v4.0.0-rc.3
Available as: https://unpkg.com/[email protected]/dist/immutable.es.js
You can also use unpkg's ?module feature: https://unpkg.com/[email protected]?module
Upvotes: 1