|
|
|
|
|
by merrywhether
2759 days ago
|
|
fb.js is Facebook’s standard JS base, with things like polyfills/ponyfills to ensure certain features in a browser environment. It’s imported by React, Relay, etc. So this might be what you’re seeing, but normally it’s included in a precompiled JS application bundle. |
|