You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I tried to include kendo using the private npm but it seems the knockout-kendo library does not work it with. Any ideas what configuration should I use within webpack to get this working?
I have the same issue as well using webpack + typescript:
ERROR in ./node_modules/knockout-kendo/build/knockout-kendo.js
Module not found: Error: Can't resolve 'kendo' in '.\node_modules\knockout-kendo\build'
@ ./node_modules/knockout-kendo/build/knockout-kendo.js 21:56-72
@crashnick16@nicknguyen I have implemented an example for you. It uses typescript and webpack. You have to set a "kendo" alias in webpack config for the new npm kendo package works with the CommonJS module resolution inside "knockout-kendo".
Hi I tried to include kendo using the private npm but it seems the knockout-kendo library does not work it with. Any ideas what configuration should I use within webpack to get this working?
http://docs.telerik.com/kendo-ui/intro/installation/npm
The text was updated successfully, but these errors were encountered: