Skip to content

Commit

Permalink
docs(readme): options.metadataSubscribers (#857)
Browse files Browse the repository at this point in the history
Co-authored-by: james.womack <james.womack@servicenow.com>
  • Loading branch information
jameswomack and james.womack committed Dec 7, 2020
1 parent 557a853 commit 649f578
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ This loader also supports the following loader-specific option:

* `customize`: Default `null`. The path of a module that exports a `custom` callback [like the one that you'd pass to `.custom()`](#customized-loader). Since you already have to make a new file to use this, it is recommended that you instead use `.custom` to create a wrapper loader. Only use this if you _must_ continue using `babel-loader` directly, but still want to customize.

* `metadataSubscribers`: Default `[]`. Takes an array of context function names. E.g. if you passed ['myMetadataPlugin'], you'd assign a subscriber function to `context.myMetadataPlugin` within your webpack plugin's hooks & that function will be called with `metadata`.

## Troubleshooting

### babel-loader is slow!
Expand Down

0 comments on commit 649f578

Please sign in to comment.