Opened 7 years ago
Closed 7 years ago
#15004 closed bug (notabug)
Widget can no longer be required with require('jquery-ui/widgetname')
Reported by: | Ismay | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.12.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When upgrading the npm jquery-ui
package to 1.12.0
from 1.10.5
, my build is broken as I can no longer require jquery-ui/datepicker
. Maybe this has to do with jquery-ui now publishing itself to npm (https://github.com/jquery/jquery-ui/commit/ab0bb87634c19a47211d9e46afc0c09fbf49ee29), where the previous maintainer made these types of requires possible in some custom way?
Anyway, I suspect I'm not the only one whose builds have been broken in this manner, and it would be nice if this were reimplemented.
Note: See
TracTickets for help on using
tickets.
That's because it's now a proper source release managed by the team. Please read the pre-release blog post.