Check if your code has been bundled with webpack
npm install is-webpack-bundle
yarn add is-webpack-bundle
pnpm add is-webpack-bundle
bun add is-webpack-bundle
const isWebpackBundle = require('is-webpack-bundle'); console.log(isWebpackBundle); // true | false