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

Why not use webpack for typescript ? #639

Closed
mfilotto opened this issue Jun 27, 2015 · 4 comments
Closed

Why not use webpack for typescript ? #639

mfilotto opened this issue Jun 27, 2015 · 4 comments

Comments

@mfilotto
Copy link

Hi,
I use your template for my project and recently migrated from es6 to typescript.
I wanted to keep using webpack and it's working well.
I was wondering why you decided not to use webpack.
Thanks for your help

PS : great job thanks 👍

@Swiip
Copy link
Owner

Swiip commented Jun 30, 2015

To be honest, I don't really remember why. I tried a messed with the dependency management of TS.

There is this strange difference between a real deps and a typeing reference with /// but it would be better to align typescript on webpack.

@Swiip
Copy link
Owner

Swiip commented Jul 15, 2015

Just tried a little. Untill Typescript 1.5 is out, it's seams wrong. The module syntax is not standard, the typescript webpack loader doesn't support TS 1.5 easily. I was not able to come up with a satisfying solution.

When TS 1.5 will be out with a standard module notation, I think we'll be able to align TS on Webpack as for ES6.

@Swiip Swiip closed this as completed Jul 15, 2015
@mfilotto
Copy link
Author

TS 1.5 beta with awesome typescript webpack loader work just fine for my code written in ES6 using modules (aka external module for TS)

@mfilotto
Copy link
Author

#708

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

No branches or pull requests

2 participants