Merge branch 'webpack-sw-improvements' into 'develop'
Webpack SW improvements See merge request soapbox-pub/soapbox-fe!635
This commit is contained in:
commit
2b0a9d3671
7 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -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.
Loading…
Reference in a new issue