-
-
Notifications
You must be signed in to change notification settings - Fork 576
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 loading, not finding files. #36
Comments
Hmm what version of ng2 translate & angular 2 are you using? |
"angular2": "2.0.0-beta.3" |
Can you make me a repo with the problem ? I tried with my webpack starter and it worked without any warning. |
Take a look here https://github.com/Spittal/ng2-translate-test This is the exact code I'm working with ATM it was forked from https://github.com/AngularClass/angular2-webpack-starter |
Stupid me, I changed the sourcemaps to inline for forgot to include the source code... |
Thanks! |
Hey, I'm using webpack to load my TS files and it spits out some errors when I load this package.
I'm including the file like this
and my webpack TS-loader configuration looks a little something like this
I'm relatively new to typescript, and I imagine this has something to do with typings? Do I need to do anything special typings wise for this package?
The text was updated successfully, but these errors were encountered: