Skip to content

Commit

Permalink
fix: remove webpack leftovers
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Oct 5, 2023
1 parent 0be35ab commit 622bf32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"type": "git",
"url": "git@github.com:nextcloud/tasks.git"
},
"type": "module",
"bugs": "https://github.com/nextcloud/tasks/issues",
"contributors": [],
"dependencies": {
Expand Down
11 changes: 0 additions & 11 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,6 @@ import { sync } from 'vuex-router-sync'
Vue.config.devtools = true
Vue.config.performance = true

// CSP config for webpack dynamic chunk loading
// eslint-disable-next-line
__webpack_nonce__ = btoa(OC.requestToken)

// Correct the root of the app for chunk loading
// linkTo matches the apps folders
// generateUrl ensure the index.php (or not)
// We do not want the index.php since we're loading files
// eslint-disable-next-line
__webpack_public_path__ = linkTo('tasks', 'js/')

sync(store, router)

/**
Expand Down

0 comments on commit 622bf32

Please sign in to comment.