diff options
Diffstat (limited to 'docs/renderers.md')
-rw-r--r-- | docs/renderers.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/renderers.md b/docs/renderers.md index 9abc69262..aaaab0913 100644 --- a/docs/renderers.md +++ b/docs/renderers.md @@ -100,6 +100,7 @@ export default { server: './server.js', // relative path to the server entrypoint snowpackPlugin: '@snowpack/plugin-xxx', // optional, the name of a snowpack plugin to inject snowpackPluginOptions: { example: true }, // optional, any options to be forwarded to the snowpack plugin + knownEntrypoint: ['framework'] // optional, entrypoint modules that will be used by compiled source }; ``` |