Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript support #1

Merged
merged 12 commits into from
Oct 21, 2019
Merged

Typescript support #1

merged 12 commits into from
Oct 21, 2019

Conversation

simply-alliv
Copy link
Owner

After implementing TypeScript support, build passes and serves a working development build in webpack dev server and also a production build. Haven't tested if the production build works on a server.

…cript files and remove the .js extension on the entry path to allow index.tsx to be found
- install weback-env types to resolve "Property 'hot' does not exist on type 'NodeModule'" error from index.tsx file
…e safety

- add settings to resolve imports with file extensions other than .js for ESLint's "Cannot find module 'module'" error
- use TypeScript interface to replace propTypes
- update build and start scripts to use .ts extensions for webpack
@simply-alliv simply-alliv merged commit 485f8d5 into master Oct 21, 2019
@simply-alliv simply-alliv deleted the typescript-support branch October 21, 2019 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant