Skip to content

Remove require and module.exports from module using import

Richard Smith-Unna requested to merge import-export into master

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

Merge request reports