Merge pull request #1341 from nextcloud/backport/1318/stable4.10

[stable4.10] fix: webpack chunk loading
This commit is contained in:
Julius Härtl 2024-08-08 08:40:07 +02:00 коммит произвёл GitHub
Родитель 26b2d4adc5 d659f7d17b
Коммит 4b811ef245
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -3,6 +3,9 @@ import App from './App.vue'
import router from './router.js'
import store from './store.js'
__webpack_nonce__ = btoa(OC.requestToken) // eslint-disable-line
__webpack_public_path__ = OC.linkTo('notes', 'js/') // eslint-disable-line
Vue.mixin({ methods: { t, n } })
// Make sure that the filesClient is available in the global scope used by the sidebar