enhanced-require icon indicating copy to clipboard operation
enhanced-require copied to clipboard

The code for "startup your application" makes very little sense.

Open Pomax opened this issue 10 years ago • 0 comments

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.

Pomax avatar Jun 14 '15 21:06 Pomax