File provision
ScandiPWA introduces concept of "file provisioning". This is a feature of ScandiPWA extensions.
This is commonly used by extensions which implement changes in the entry-point. In example, @scandipwa/m2-theme
provisions the pub/index.php
path. It makes it possible to compile an application using this as an HTML entry-point without manually defining it in a theme.
To provision a file, set the scandipwa.provide
field of package.json
equal to an array, and populate it with desired path to provision.
Last updated
Was this helpful?