How can I use the require() syntax for importing libraries and also other JavaScript files (my components) rather than using es6 (import/export)? Is there anywa
require()