You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, clear understanding of whether my webpack config file was included or not (due to a typo in the file name or wrong file location).
When running DEBUG=@adobe/aio-lib-runtime app build, in addition to the merged webpack config, I'd like to see:
which locations were searched for webpack config
where it was or was not found
what file name was searched for
Actual Behaviour
I can see only final merged config, but can't understand why it doesn't include my custom webpack config.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Run DEBUG=@adobe/aio-lib-runtime app build
Platform and Version
Any
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered:
Expected Behaviour
As a developer, clear understanding of whether my webpack config file was included or not (due to a typo in the file name or wrong file location).
When running
DEBUG=@adobe/aio-lib-runtime app build
, in addition to the merged webpack config, I'd like to see:Actual Behaviour
I can see only final merged config, but can't understand why it doesn't include my custom webpack config.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Run
DEBUG=@adobe/aio-lib-runtime app build
Platform and Version
Any
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: