rkatic/p

Issues with webpack

Closed this issue · 1 comments

Trying to load p in webpack causes this error:
image
This is due to the require statement:
image

See this issue for more info: webpack/webpack#386

This is on purpose. We don't want browserify and similars to think we are going to use domains in browsers. You can ignore that warning.