ericclemmons/start-server-webpack-plugin

To start the server from a folder webpack.config.output.path

budarin opened this issue · 0 comments

I am developing a server for which assets are generated during build.
In runtime, the server must have access to these assets.
In the current implementation, I must dynamically generate the path to assets depending on the build mode: in dev - the path is built from the project root, in prod - the path is local

I would like the server to start from the webpack.config.output.path folder so that it always has a local path to assets