Skip to content

The build for the jquery plugin need a map config to avoid pulling sizzle. #9

@clmath

Description

@clmath

Ideally there should be no need for additional config during the build.

Here is the config required:

require.config({
    map: {
        jquery: {
            "jquery/src/selector": "jquery/src/selector-native"     // don't pull in sizzle
        }
    }
});

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions