The UI project will bootstrap a server that will serve the static resources that will be compiled from a different task.
The server, also, will be responsible of detecting all the requests coming from the UI and execute the different commands like
- creating a new webpack configuration file
- modify existing ones
- ideally execute the builds givin a specific webpack
The webpack-cli should already have all the APIs ready for these kind of operations. If not, a refactor will needed in order to expose to achieve such features.
The goal of this is issue is to have a simple and good foundation of a server that we can bootstrap and ready to receive commands from the UI.
The UI project will bootstrap a server that will serve the static resources that will be compiled from a different task.
The server, also, will be responsible of detecting all the requests coming from the UI and execute the different commands like
The
webpack-clishould already have all the APIs ready for these kind of operations. If not, a refactor will needed in order to expose to achieve such features.The goal of this is issue is to have a simple and good foundation of a server that we can bootstrap and ready to receive commands from the UI.