Skip to content

Feature: Pass options down to the loaders #9

Open
@wbern

Description

@wbern

In order to customize the way we download files with @node-loader/http, we need to be able to pass down options from the node-loader configuration object.

I propose that we add the below, as well as supporting the previous API.

export default {
  loaders: [{ options: { someOption: true }, loader: importMapLoader }],
};

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