André Cipriani Bandarra
André Cipriani Bandarra
The XML parser resolves values that are inlined in the encoded XML. Values that are reference to resources use the format `@res/RESOURCE_ID.` We need to parse the resource files the...
XML files in the /assets folder are kept as text files, and not converted to binary XML's. ClassyShark is trying to decode them as binary XML's, which causes it to...
The default config for the optimizer is not exposed. When a developer needs to add a custom config it is necessary to re-add the whole configuration, like in the example...
- Updates Babel, ESLint and Uglify to be compatible with modern JS - Updates app.js and pm5.js to use async/await
`sw-precache` has been deprecated in favor of [`workbox`](https://developers.google.com/web/tools/workbox).
When a PWA using Trusted Web Activity is installed from an application store, the Service Worker and therefore its offline capabilities won't be installed until it runs for the first...