Merge branch 'webpack-sw-improvements' into 'develop'

Webpack SW improvements

See merge request soapbox-pub/soapbox-fe!635
This commit is contained in:
Alex Gleason 2021-07-21 22:15:17 +00:00
commit 2b0a9d3671
7 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View file

@ -9,9 +9,16 @@
yarn-error.log* yarn-error.log*
/static/packs /static/packs
/static/packs-test
/static/emoji /static/emoji
/static/index.html /static/index.html
/static/index.html.gz
/static/manifest.json
/static/manifest.json.gz
/static/report.html
/static/sw.js
/static/instance/** /static/instance/**
!/static/instance/**.example !/static/instance/**.example
!/static/instance/**.example.* !/static/instance/**.example.*
!/static/instance/**.example/** !/static/instance/**.example/**
/static-test

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.