is-webpack-bundle

Check if your code has been bundled with webpack

MIT 1 个版本
安装
npm install is-webpack-bundle
yarn add is-webpack-bundle
pnpm add is-webpack-bundle
bun add is-webpack-bundle
README

is-webpack-bundle

Check if your code has been bundled with webpack

const isWebpackBundle = require('is-webpack-bundle');

console.log(isWebpackBundle); // true | false
版本列表
1.0.0 2017-06-14