Remove require and module.exports from module using import
Webpack complains when ES6 import/export is mixed with ES5 require/module.exports in the same file
Webpack complains when ES6 import/export is mixed with ES5 require/module.exports in the same file