Webpack: switch build directory to 'static' instead of 'static/packs', fix sw.js
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -9,8 +9,14 @@
|
||||
yarn-error.log*
|
||||
|
||||
/static/packs
|
||||
/static/packs-test
|
||||
/static/emoji
|
||||
/static/index.html
|
||||
/static/index.html.gz
|
||||
/static/manifest.json
|
||||
/static/manifest.json.gz
|
||||
/static/report.html
|
||||
/static/sw.js
|
||||
/static/instance/**
|
||||
!/static/instance/**.example
|
||||
!/static/instance/**.example.*
|
||||
|
||||
Reference in New Issue
Block a user