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.
exportdefault{loaders: [{options: {someOption: true},loader: importMapLoader}],};
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.