nextcloud /
server
| 1 | const core = require('./core/webpack'); |
||
|
0 ignored issues
–
show
Backwards Compatibility
introduced
by
Loading history...
|
|||
| 2 | const oauth2 = require('./apps/oauth2/webpack') |
||
|
0 ignored issues
–
show
There should be a semicolon.
Requirement of semicolons purely is a coding style issue since JavaScript has specific rules about semicolons which are followed by all browsers. Further Readings: Loading history...
|
|||
| 3 | |||
| 4 | module.exports = [].concat(core, oauth2); |
||
|
0 ignored issues
–
show
|
|||
| 5 |