mirror of
https://github.com/nextcloud/bookmarks.git
synced 2025-07-21 05:49:00 +00:00
10 lines
129 B
JavaScript
10 lines
129 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'@nextcloud',
|
|
],
|
|
globals: {
|
|
__webpack_public_path__: true,
|
|
__webpack_nonce__: true,
|
|
},
|
|
}
|