wix-incubator / react-templates

Light weight templates for react
https://wix.github.io/react-templates
MIT License
2.82k stars 207 forks source link

Nevermind #211

Closed adamrogas closed 7 years ago

adamrogas commented 7 years ago

typescript 2.0 + does not like import x = requires('blah') but would rather see import * as x from 'blah' which means if you are rendering pages as typescript and trying to import them as CommonJS in compiled TypeScript program it will not work.