I would like to know the difference between require(x) and await import(x) in terms of code splitting and lazy loading. Are they both the same? If yes,
require(x)
await import(x)