Skip to content

ragingwind/is-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Check your script is running while webpack build

Resources

License

Stars

Watchers

Forks

Packages

No packages published