react-boilerplate icon indicating copy to clipboard operation
react-boilerplate copied to clipboard

Avoid serving server bundle

Open richardscarrott opened this issue 7 years ago • 1 comments

Doesn't make sense to server dist/server.js, might end up containing sensitive data.

Prob want to output client to dist/public/client.js and server to dist/server.js.

richardscarrott avatar Apr 18 '17 19:04 richardscarrott

Blocked: webpack-dev-middleware doesn't support multi compilers with two different outputPaths.

richardscarrott avatar Apr 27 '17 22:04 richardscarrott