Skip to content

Commit

Permalink
Merge pull request #1341 from nextcloud/backport/1318/stable4.10
Browse files Browse the repository at this point in the history
[stable4.10] fix: webpack chunk loading
  • Loading branch information
juliusknorr authored Aug 8, 2024
2 parents 26b2d4a + d659f7d commit 4b811ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b811ef

Please sign in to comment.