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

Switch to using typescript compiler #51

Open
bmbarker90 opened this issue Sep 15, 2016 · 5 comments
Open

Switch to using typescript compiler #51

bmbarker90 opened this issue Sep 15, 2016 · 5 comments

Comments

@bmbarker90
Copy link
Contributor

No description provided.

@sldavidson
Copy link
Contributor

I support this enhancement. We don't lose anything and gain types.

@jpumford
Copy link
Contributor

+1

@bmbarker90
Copy link
Contributor Author

I do think we actually lose code splitting because Typescript only supports es6 imports out of the box. We might be able to continue to use require if we include a type declaration for it

@jpumford
Copy link
Contributor

Do you know of any apps that have used the code splitting features?

@bmbarker90
Copy link
Contributor Author

I guess our apps currently do not because we got rid of the common chunk. If we were to add a vendor chunk though, we would need to figure something out. Either that, or wait for webpack 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants