sebastian-software / edge

The Lerna Repository for Edge Platform
Apache License 2.0
33 stars 7 forks source link

Support Offline Mode in Applications #9

Open swernerx opened 6 years ago

swernerx commented 6 years ago

Nowadays with ServiceWorker and AppCache in place, we should offer some support for these technologies in Edge.

There are effectively too useful options right now in Webpack.

artisin commented 6 years ago

NekR/offline-plugin is the way to go. I'm still spelunking through this code base, but it should be a relatively "easy" integration.