import fooString from "./foo"; import barString from "./bar-cjs"; console.log("Hello from webpack academy:", fooString, barString);