Replies: 1 comment
-
Could you explain me why this isn't good? Did you use something like Closure Compiler Advanced which renames properties? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When adding winbox to a project that can't use ES6 modules, the only option is to use
dist/js/winbox.min.js
, but if we're concatting that file into a file that ultimately gets minified, winbox gets minified again which isn't good. It would be really nice to have a non-minified version of this file available (all modules bundled in but not minified), sodist/js/winbox.js
.Beta Was this translation helpful? Give feedback.
All reactions