gajus / isomorphic-webpack

Abstracts universal consumption of application code base using webpack.
Other
291 stars 17 forks source link

Do not override require #8

Closed gajus closed 7 years ago

gajus commented 7 years ago

As far as I can tell, there is no good reason to override require. We can override require in a VM, though there is no need to override it on the main thread.