$ cnpm install is-webpack-bundle
Check if your code has been bundled with webpack
const isWebpackBundle = require('is-webpack-bundle'); console.log(isWebpackBundle); // true | false
Copyright 2013 - present © cnpmjs.org | Home |