bencoveney / ts-react-boilerplate

Boilerplate project configuration using TypeScript, Webpack, React and including linting.
https://bencoveney.github.io/ts-react-boilerplate/
MIT License
2 stars 0 forks source link

Compile to ES5 #14

Open bencoveney opened 6 years ago

bencoveney commented 6 years ago

When I specify "target": "es5" in the tsconfig.json there are webpack errors.

Is seems like they are coming from the webpack typings which should've been included much earlier - is there some other problem?