From 67486d6b199cd026f5e66151566836c8ba149099 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Fri, 9 Jan 2015 00:29:42 -0600 Subject: [PATCH] Remove dynamic option from loader plugins This option as written is incompatible with CJS wrapper mode, was never widely adopted, and is unlikely to be compatible with ES6 loaders. Closes #24. --- LoaderPlugins.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/LoaderPlugins.md b/LoaderPlugins.md index 2960fdc..2207165 100644 --- a/LoaderPlugins.md +++ b/LoaderPlugins.md @@ -131,9 +131,3 @@ The index! plugin could be written like so: }()); ``` - -## dynamic: Boolean - -If the plugin has a **dynamic** property set to true, then it means the loader MUST NOT cache the value of a normalized plugin dependency, but instead call the plugin's [load](#wiki-load) method for each instance of a plugin dependency. - -This allows some plugins to provide time or per-call dependent values. \ No newline at end of file