From 69ed91fd114078a24db97182e1ea0344b28eb00a Mon Sep 17 00:00:00 2001 From: mk-pmb Date: Sat, 29 Apr 2017 01:38:21 +0200 Subject: [PATCH] docs/module-formats: hint at plugins --- docs/module-formats.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/module-formats.md b/docs/module-formats.md index e273dbf8..5fed7ae5 100644 --- a/docs/module-formats.md +++ b/docs/module-formats.md @@ -7,6 +7,7 @@ The following module formats are supported: * `amd`: [Asynchronous Module Definition](#amd) * `global`: [Global shim module format](#globals) * `system`: [System.register](system-api.md#systemregister-name-deps-declare) or [System.registerDynamic](system-api.md#systemregisterdynamic-name-deps-executingrequire-declare) compatibility module format +* (Need more? Check the [plugins](plugins.md).) The module format can be set via meta configuration: