4.0.5 • Published 5 years ago

proxy-production-webpack-plugin v4.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

proxyProductionPlugin

Run the built app by webpack using localhost

Build Status

install

npm i proxy-production-webpack-plugin -D

usage

const ProxyProductionPlugin = require('proxy-production-webpack-plugin');

new ProxyProductionPlugin({
  host: 'http://sandbox.api.puri.intl.miui.com', // server host
  publicPath: 'http://sandbox.h5.puri.intl.miui.com/puri', // static resources path
  port: 8000, //localhost port
  entry: /^_puri/, // router for index
  messages: ['http://localhost:8000/_puri/share/v1/topic/Hindi/IN/en/20181121'], // test link
});
4.0.5

5 years ago

4.0.4

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago