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 948e46e commit e9465e1Copy full SHA for e9465e1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## react-coroutine v1.0.3
2
+
3
+ * Use `jsnext:main` instead of `pkg.module` because of Webpack 2 issue
4
5
## react-coroutine v1.0.2
6
7
* Fix compatibility issue with polyfilled Promises
package.json
@@ -1,9 +1,9 @@
{
"name": "react-coroutine",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "React Components as Coroutines",
"main": "lib/Coroutine.js",
- "module": "modules/Coroutine.js",
+ "jsnext:main": "modules/Coroutine.js",
"scripts": {
8
"test": "jest",
9
"prepublish": "rollup --format cjs --config rollup.config.js modules/Coroutine.js > lib/Coroutine.js"
0 commit comments