Passed
Push — master ( 53e895...cf0915 )
by Roeland
09:51
created

webpack.common.js (1 issue)

Labels
Severity
1
const core = require('./core/webpack');
2
const files_trashbin = require('./apps/files_trashbin/webpack')
3
const oauth2 = require('./apps/oauth2/webpack')
4
5
module.exports = [].concat(core, files_trashbin, oauth2);
0 ignored issues
show
module does not seem to be defined.
Loading history...
6