Open
Description
Expected
The webpack config is reloaded for building the action when edited during aio app run
Actual
The webpack config is not reloaded for building the action when edited during aio app run
Repro
- Add a actions/webpack-config.js file, exporting a CommonJS module as a webpack config
- Run DEBUG=@adobe/aio-lib-runtime:action-builder:debug aio app run
- See the log of the web pack config being loaded
- Wait until the 2 urls of your deployed application is logged
- Edit actions/webpack-config.js with a new entry/delete an entry
- See the log of the web pack config being loaded, it should be different