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
Attempting to minify Kendo UI results in a RangeError. This appears to be a regression from v7.0.1. This occurs with Kendo UI v2015.1.429. This does not appear to affect the latest version of Kendo UI.
Attempting to minify kendo.all.js results in the following output:
"C:\Code\Gulpfile.js" min-kendo-test
[09:38:59] Using gulpfile C:\Code\Gulpfile.js
[09:38:59] Starting 'min-kendo-test'...
[09:39:04] 'min-kendo-test' errored after 5.76 s
[09:39:04] RangeError in plugin "gulp-babel"
Message:
C:\Code\Scripts\kendo\kendo.all.js: Maximum call stack size exceeded
Process terminated with code 1.
The text was updated successfully, but these errors were encountered:
Attempting to minify Kendo UI results in a RangeError. This appears to be a regression from
v7.0.1
. This occurs with Kendo UI v2015.1.429. This does not appear to affect the latest version of Kendo UI.Dependencies:
Gulp Task:
Attempting to minify kendo.all.js results in the following output:
The text was updated successfully, but these errors were encountered: