Passed
Push — master ( eab46d...3d804e )
by Roeland
12:30
created

webpack.common.js (1 issue)

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