An open API service indexing awesome lists of open source software.

https://github.com/glennreyes/is-webpack

Simple check if code is running through webpack
https://github.com/glennreyes/is-webpack

util webpack

Last synced: about 2 months ago
JSON representation

Simple check if code is running through webpack

Awesome Lists containing this project

README

          

# @glennreyes/is-webpack

Simple check if code is running through webpack

## Installation & Usage

```sh
npm install @glennreyes/is-webpack
```

```js
const isWebpack = require('@glennreyes/webpack')

if (isWebpack) {
// ...
}
```