is-webpack
v0.0.1
Published
Check your script is running while webpack build
Maintainers
Readme
is-webpack 
Check your script is running on webpack-dev-server
Install
$ npm install --save is-webpackUsage
You will get true value from this module while building is going on with webpack
const isWebpack = require('is-webpack');
console.log(isWebpack);
//=> trueLicense
MIT © Jimmy Moon
