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
- Host: GitHub
- URL: https://github.com/glennreyes/is-webpack
- Owner: glennreyes
- Created: 2018-11-07T13:23:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T11:17:57.000Z (over 7 years ago)
- Last Synced: 2025-08-19T23:15:00.879Z (11 months ago)
- Topics: util, webpack
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) {
// ...
}
```