Hejo
Hejo

Reputation: 293

Webpack Error with Kendo-angular2

After long time waiting for the Angular2 Kendo UI Beta, we just try to add it to our project. But it seems that there is a problem, while building with webpack. The console of the browser shows the following error:

Unexpected value 'ButtonsModule' imported by the module 'AppModule' (compiler.umd.js:14126)

We also tried the quickstart from this link:

https://github.com/telerik/kendo-angular2-quickstart

As soon as we converted the sample project to build by webpack, the same error occurs. Does anybody have an idea what to do?

Upvotes: 2

Views: 366

Answers (1)

Hejo
Hejo

Reputation: 293

now we fixed it. It was an version problem, after updating all packages to the newest version, it works now.

Upvotes: 0

Related Questions