@glennreyes/is-webpack
v1.0.0
Published
Simple check if code is running through webpack
Downloads
1
Readme
@glennreyes/is-webpack
Simple check if code is running through webpack
Installation & Usage
npm install @glennreyes/is-webpack
const isWebpack = require('@glennreyes/webpack')
if (isWebpack) {
// ...
}