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