piotrwitek / react-redux-typescript-jspm-starter

Futuristic, bundle-free, development environment for building Component-Driven SPA with React, Redux and TypeScript - powered by JSPM (SystemJS & Rollup with tree-shaking)
https://piotrwitek.github.io/react-redux-typescript-jspm-starter/
MIT License
231 stars 43 forks source link

Update to SystemJS 0.20 #39

Open piotrwitek opened 7 years ago

piotrwitek commented 7 years ago

Because of changes introduced in SystemJS 0.20 (source: http://guybedford.com/systemjs-alignment), to be able to update to new SystemJS loader versions we need to update imports to fix problems introduced by braking changes.

Related: #38

piotrwitek commented 7 years ago

As this project depend on systems-hot-reloader, we need to wait for this feature to be able to update to SystemJS 0.20: https://github.com/alexisvincent/systemjs-hmr/issues/18

piotrwitek commented 7 years ago

PR is ready, although I want to test a little bit more, especially resolving issue with tslib, and also testing another with commonjs module format compatibility: https://github.com/systemjs/systemjs/issues/1587

Currently update to SystemJS 0.20 is not worth the issues it has brought to the TypeScript support.