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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    4

Package Sidebar

Install

npm i is-webpack

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • ragingwind