-
Notifications
You must be signed in to change notification settings - Fork 21
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
Webpack build fails with Typescript 2.1 #49
Comments
Ok, I've found a solution to this problem in case anybody else comes across it. At the time of writing, the latest version is ref: s-panferov/awesome-typescript-loader#190 |
@nickbalestra can you take a look at this and update that dependency? :) |
Thanks @wmaurer for reporting this! |
Ok, let's open another issue as an enhancement.
Em seg, 12 de dez de 2016 08:31, Nick Balestra <[email protected]>
escreveu:
… Thanks @wmaurer <https://github.com/wmaurer> for reporting this!
@geovanisouza92 <https://github.com/geovanisouza92> sure! Just an idea:
but maybe is worth considering to add greenkeeper?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#49 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAv-ucEZ1Am0M0pT9GfAxkQgTHdDWDq-ks5rHSJngaJpZM4LJwbq>
.
|
Code to reproduce the issue:
$
create-cycle-app my-app
withTypeScript + Webpack
$
npm i typescript --save-dev
(installs typescript 2.1)$
npm start
Expected behavior:
No errors ;-)
Actual behavior:
Error message with partial trace:
Versions of packages used:
create-cycle-app 1.0.0
typescript 2.1
I can confirm that this does not occur with typescript 2.0.10.
The text was updated successfully, but these errors were encountered: