detect-bundler

Detects browser and React Native source-code bundlers

Usage no npm install needed!

<script type="module">
  import detectBundler from 'https://cdn.skypack.dev/detect-bundler';
</script>

README

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.