UNPKG

@luminati-io/luminati-proxy

Version:

A configurable local proxy for brightdata.com

14 lines (13 loc) 330 B
// LICENSE_CODE ZON ISC 'use strict'; /*jslint node:true*/ const webpack = require('webpack'); module.exports = { mode: 'development', devtool: 'eval-source-map', plugins: [ new webpack.DefinePlugin({ ENV_DEV: JSON.stringify(true), ENV_PROD: JSON.stringify(false), }), ] };