-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't workingdeferredIssues and pull requests that require more thought, or add cost/complexity that must be evaluated.Issues and pull requests that require more thought, or add cost/complexity that must be evaluated.
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdeferredIssues and pull requests that require more thought, or add cost/complexity that must be evaluated.Issues and pull requests that require more thought, or add cost/complexity that must be evaluated.