npm browserify version of jquery-select2 version 4.x -
i wondering if :
- there browserif'ied version of jquery-select2 4.x plugin available via npm?
- if not, need in order jquery-select2 4.x work npm/browserify based project?
i looking @ source on github , seems there require/almond.js version available. can same version used browserify without changes?
i'm confused required if want use jquery-select2 plugin project uses npm , browserify?
thanks in advance.
there seems issue in select2-4.0.0 when used in node/browserify environment. until issue resolved can depend on issue creator's fork seems solved pulling in {"select2": "leftmostcat/select2"}
(instead of select2/select2
) dependency within package.json
.
Comments
Post a Comment