Package Exports
- esdoc-webapp-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (esdoc-webapp-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ESDoc WebApp Plugin
Makes ESDoc function as though it were a single page web app. This helps with page transition smoothness and keeping the scroll position.
Install
npm install esdoc-webapp-plugin
Config
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "esdoc-webapp-plugin"}
]
}
LICENSE
GPL