13 lines
201 B
JavaScript
13 lines
201 B
JavaScript
|
module.exports = {
|
||
|
globals: {
|
||
|
__webpack_nonce__: true,
|
||
|
__webpack_public_path__: true,
|
||
|
_: true,
|
||
|
$: true,
|
||
|
moment: true,
|
||
|
escapeHTML: true,
|
||
|
oc_userconfig: true
|
||
|
},
|
||
|
extends: ['nextcloud']
|
||
|
}
|