Skip to content

Commit 67486d6

Browse files
committed
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.
1 parent 0e057fc commit 67486d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

LoaderPlugins.md

-6
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,3 @@ The index! plugin could be written like so:
131131

132132
}());
133133
```
134-
135-
## dynamic: Boolean <a name="dynamic"></a>
136-
137-
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.
138-
139-
This allows some plugins to provide time or per-call dependent values.

0 commit comments

Comments
 (0)