-
- Downloads
Defining jquery-ui as dependency instead of jquery.ui
In the AMD definition the 'jquery.ui' dependency is invalid. Building a project with webpack results in this error: > ERROR Failed to compile with 1 errors > > This dependency was not found: > > * jquery.ui in ./node_modules/@rwap/jquery-ui-touch-punch/jquery.ui.touch-punch.js Using 'jquery-ui' fixes that.
Please sign in to comment