This PR addresses the issue in pwa-plugin package when used in combination with pages.
The plugin would unsuccessfully try to resolve html-page-0 plugin created for page. Following config-html logic, this fix gets the first page name using api.config.pages instead.
This PR addresses the issue in
pwa-plugin
package when used in combination withpages
. The plugin would unsuccessfully try to resolvehtml-page-0
plugin created for page. Following config-html logic, this fix gets the first page name usingapi.config.pages
instead.This should resolve #759