Merge branch 'dev-qol' into 'develop'
Several fixes to make life of contributors a tiny bit easier. See merge request pleroma/pleroma-fe!409
This commit is contained in:
commit
dbe79a3c26
8 changed files with 58 additions and 9 deletions
|
@ -95,3 +95,9 @@ createPersistedState(persistedStateOptions).then((persistedState) => {
|
|||
|
||||
afterStoreSetup({ store, i18n })
|
||||
})
|
||||
|
||||
// These are inlined by webpack's DefinePlugin
|
||||
/* eslint-disable */
|
||||
window.___pleromafe_mode = process.env
|
||||
window.___pleromafe_commit_hash = COMMIT_HASH
|
||||
window.___pleromafe_dev_overrides = DEV_OVERRIDES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue