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

It's not working with IE #49

Closed alexhumanbean closed 7 years ago

alexhumanbean commented 7 years ago

Hi, I'm trying to run this boilerplate. There are two issues: 1) It's not started after "npm start" (npm ERR! missing script: start), but it's working after "npm run dev" 2) It's not working with IE 11 - I see endless square in the middle of screen (everything is OK with Google Chrome)

piotrwitek commented 7 years ago

thanks for report 1) there was problem with docs, npm start was removed, now there is only npm run dev - docs are fixed

2) development with IE is not supported, although prod version should work fine...

alexhumanbean commented 7 years ago

Yes, the production version works fine with IE. Thank you!

piotrwitek commented 7 years ago

@alexhumanbean cool thanks! Please consider closing the issue if you don't have any more questions. For rationale why IE is not supported in dev, is because I don't think IE is a good tool to do real web development, and I don't consider to waste my time into looking at this issue. If this is something you are looking for, unfortunately you'll have to put your own effort to make it work.