| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c6eb2b4 commit a7bb4da
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1211,6 +1211,9 @@ Preload the specified module at startup. | |||
| 1211 | 1211 | Follows `require()`'s module resolution | |
| 1212 | 1212 | rules. `module` may be either a path to a file, or a node module name. | |
| 1213 | 1213 | ||
| 1214 | + Only CommonJS modules are supported. Attempting to preload a | ||
| 1215 | + ES6 Module using `--require` will fail with an error. | ||
| 1216 | + | ||
| 1214 | 1217 | ### `-v`, `--version` | |
| 1215 | 1218 | <!-- YAML | |
| 1216 | 1219 | added: v0.1.3 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments