1.1.0 • Published 2 years ago

detect-bundler v1.1.0

Weekly downloads
43
License
MIT
Repository
-
Last release
2 years ago

detect-bundler

This library exports two simple flags:

  • isBrowser - True if a tool like Webpack or Browserify is bundling this project for the web.
  • isReactNative- True if the React Native is bundling this project.

This library uses the package.json browser field to select which flags to export. This means that everything happens at build time; there is no run-time platform detection.