enhanced-require
enhanced-require copied to clipboard
The code for "startup your application" makes very little sense.
The following code is given as part of the explanation on how to use the enhanced require:
// startup your application
myRequire("./startup");
Except there is no mention what this magical statement is supposed to do. What is the application in this case? startup.jsx? Does it need to be the same as webpack's entry? More explanation is needed, this code assumes we already know what's going on when we don't.