is-webpack-dev-server

0.0.2 • Public • Published

is-webpack-dev-server Build Status

Check your script is running on webpack-dev-server

Install

$ npm install --save is-webpack-dev-server

Usage

You will get true value from this module as you are in running test your app with webpack-dev-server command

const isWebpackDevServer = require('is-webpack-dev-server');

console.log(isWebpackDevServer);
//=> true

License

MIT © Jimmy Moon

Package Sidebar

Install

npm i is-webpack-dev-server

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • ragingwind