UNPKG

@luminati-io/luminati-proxy

Version:

A configurable local proxy for brightdata.com

13 lines (12 loc) 297 B
// LICENSE_CODE ZON ISC 'use strict'; /*jslint node:true*/ const webpack = require('webpack'); module.exports = { mode: 'production', plugins: [ new webpack.DefinePlugin({ ENV_DEV: JSON.stringify(false), ENV_PROD: JSON.stringify(true), }), ] };