зеркало из https://github.com/nextcloud/notes.git
Merge pull request #1341 from nextcloud/backport/1318/stable4.10
[stable4.10] fix: webpack chunk loading
This commit is contained in:
Коммит
4b811ef245
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче