Search code examples
javascriptjsonextjsbuildprogressive-web-apps

ExtJS - How to build development app with PWA?


We have an ExtJS 6.2.1.167 application with PWA support, if we build for production the PWA files like service-worker.js are generated, but using sencha app watch no PWA files are generated.

We use Sencha Cmd version v7.4.0.39

How can I make it build the application with PWA support when I run sencha app watch?


Solution

  • I contacted Sencha support and they said it's not possible to have PWA support when using the sencha app watch command.