what that means is “syntax the platform (browser/node) can read except for the ES2015 import/export syntax” funnily my test project doesn’t work with specifically react-redux: - <code>rollup([babel](https://github.com/rollup/rollup-plugin-babel)(), [commonjs](https://github.com/rollup/rollup-plugin-commonjs)(), [npm](https://github.com/rollup/rollup-plugin-npm)({'jsnext:main': true}))</code> → rollup’s acon can’t parse the object spread syntax [here](https://github.com/rackt/react-redux/blob/master/src/components/connect.js#L12) - `'jsnext:main': false` → https://github.com/rollup/rollup-plugin-commonjs/issues/29 cc @Rich-Harris @TrySound @Victorystick