is-webpack

0.0.1 • Public • Published

is-webpack Build Status

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

Package Sidebar

Install

npm i is-webpack

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • ragingwind