react-redux-typescript-jspm-starter icon indicating copy to clipboard operation
react-redux-typescript-jspm-starter copied to clipboard

Update to SystemJS 0.20

Open piotrwitek opened this issue 7 years ago • 2 comments

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 avatar Feb 07 '17 19:02 piotrwitek

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 avatar Feb 16 '17 17:02 piotrwitek

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.

piotrwitek avatar Mar 12 '17 00:03 piotrwitek