Hi,
My web application uses Webpack and has been working great with Kendo UI (FREE.) This afternoon I pulled a copy of Kendo UI PRO (version: 2015.3.1005) from the private repository using bower and attempted to require("kendo-ui").
The project builds successfully with Webpack but unfortunately on loading the web application it registers the following error in the console:
"Uncaught TypeError: Cannot read property 'extend' of undefined"
I've narrowed down the error to the kendo.editor.min.js, individually adding ALL other component references and excluding editor works as expected. Inclusion of kendo.editor.min.js breaks the project.
The function call involved seems to be:
function
(){!
function
(e,t){
var
n,i,r=window.kendo,o=r.ui.editor,a=o.Dom,s=e.extend,l=
"xx-small,x-small,small,medium,large,x-large,xx-large"
.split(
","
)....