Skip to content

loader plugin execution without method arguments #11

@flongo

Description

@flongo

When I use a loader plugin method without providing any (static literal) value

require("./$myLoaderPlugin").someMethod();

Then the code inside $myLoaderPlugin.js (as well as someMethod.$preload, if any) is not executed before the require.

The behaviour is hence different according to the presence of literal arguments, as in

require("./$myLoaderPlugin").someMethod("param");

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions