Skip to content

What are jQuery entries in webpack.client.base.config module: loaders section needed for? #185

Closed
@thewoolleyman

Description

@thewoolleyman

If I comment out all the jquery references in the webpack base "module: loaders" section, nothing breaks (i.e. running rake ci has no failures and app works via both express and rails):

{ test: require.resolve('jquery-ujs'), loader: 'imports?jQuery=jquery' },

What are these entries necessary to support? I'm trying to understand in order to know if this should be required in my app, which doesn't use jquery directly at all, but needs it as a bootstrap-sass dependency.

Thanks,
-- Chad

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions