-
Notifications
You must be signed in to change notification settings - Fork 125
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
Error about gif loader when using angular-cli web pack to include css file #256
Comments
Having a similar, but different problem with PrimeNG. Running: My angular-cli.json file is:
my app.module.ts:
running the latest AngularCLI: "1.0.0-beta.11-webpack.8" When trying to start the app with ng serve, I get:
|
@billdwhite I found a workaround using the new beta 14! Have a look at the issue at angular-cli: |
When I follow the latest Angular RC5/Angular-Cli Webpack instructions here for including the
primeui-ng-all.min.css
file in theangular-cli.json
file, I get errors complaining about not having an appropriate loader for the 2 gif files mentioned below:My angular-cli-json file looks like this:
The text was updated successfully, but these errors were encountered: