Skip to content

Please add support for AMD dependencies, don't expect dependencies to be provided via this #77

@blmille1

Description

@blmille1

I'm trying to integrate knockout-jqueryui in my webpack configuration.
knockout-jqueryui is calling its factory with this, which is not webpack compatible.

Will you please consider updating the header of the library to check for AMD/CommonJS support and bring in your dependencies?

E.g., kind of like this...
!function(a,b){"use strict";"object"==typeof exports?b(exports,require("jquery"),require("ko"),require("jqueryui")):"function"==typeof define&&define.amd?define(["exports","jquery","ko","jqueryui"],b):b(a.kojqui={},a.jQuery,a.ko)}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions