docusaurus/packages/docusaurus-plugin-pwa
Joshua Chen 68aaf9201f
feat(core): allow plugin lifecycles to return relative paths (#6921)
* feat(core): resolve plugin lifecycles returning relative paths

* fix typo

* fix tests

* revert

* rename path -> entryPath
2022-03-16 20:47:15 +08:00
..
src feat(core): allow plugin lifecycles to return relative paths (#6921) 2022-03-16 20:47:15 +08:00
.npmignore misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08:00
copyUntypedFiles.mjs misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08:00
package.json chore: upgrade dependencies (#6916) 2022-03-15 13:16:21 +08:00
README.md chore: rename v2.docusaurus.io urls after domain switch + redirect + cleanups (#4490) 2021-03-22 20:57:49 +01:00
tsconfig.browser.json refactor(plugin-pwa): migrate package to TS (#5941) 2021-11-16 20:38:14 +01:00
tsconfig.json refactor(plugin-pwa): migrate package to TS (#5941) 2021-11-16 20:38:14 +01:00
tsconfig.server.json refactor(plugin-pwa): migrate package to TS (#5941) 2021-11-16 20:38:14 +01:00

@docusaurus/plugin-pwa

Progressive web app plugin for Docusaurus.

Usage

See plugin-pwa documentation.