blinksocks / blinksocks

A framework for building composable proxy protocol stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pack src into a single file using webpack

micooz opened this issue · comments

With this feature, we can launch the program through a single js file without npm install:

$ node blinksocks.js server <options>

References:

webpack: https://webpack.js.org/configuration/target/#target
backpack: https://github.com/jaredpalmer/backpack/blob/master/packages/backpack-core/config/webpack.config.js