Showing 1-20 of 1,117 packages
Return `dev`, `prod`, or optional extra environements based on `process.env.NODE_ENV`
A plugin for Babel v6 which replaces `__DEV__` with the result of evaluating `'production' !== process.env.NODE_ENV`.
Babel plugin that replaces the "__DEV__" keyword with "process.env.NODE_ENV !== 'production'" for dev- and debug-specific code.
A tiny convenience module for managing process.env.NODE_ENV
Get, Set or evaluate process.env.NODE_ENV
Loads `.env` files in order based on `process.env.NODE_ENV` value with [stage].local support
Replace strings in files while bundling
Check `process.env.NODE_ENV`
React Native Web support for Vite
Babel plugin that replaces member expressions and typeof statements with strings
Change process.env.NODE_ENV in gulp scripts
process.env.NODE_ENV based simple replacement plugin.
` const clew = require('clew-logger'); clew.create({ prod: process.env.NODE_ENV === 'production', prodHost: 'http://my-loki-endpoint.domain.com:port', appTag: 'myAppTag }); const log = clew.log; // all other imports for logging can use // con
ESBuild plugin for polyfilling Node.js builtins for edge and Deno
Load project config based on process.env.NODE_ENV with a simple require
Simplified `NODE_ENV` handling with webpack
The progressive JavaScript framework for building modern web UI.
Gulp plugin for running your Jest tests
Babel plugin for automatic React display name generation with tree-shaking and prefix support, forked from @mui/internal-babel-plugin-display-name.
Returns a boolean indicating if you are in a development environment or not