Changes to Included Files should restart/rebuild function #4454
Labels
area: command: dev
area: functions
good first issue
type: bug
code to address defects in shipped code
Describe the bug
When developing a function that uses the
included_files
feature, those files are bundled into the function for access. However, when developing the function, I would go back and forth between editing the included file and the function itself. Only when I updated the included function did it rebuild.Steps to reproduce
Create a function that uses the functions.included_files toml config like below:
When in netlify dev, updates to the matched files will not be presented unless the function is touched to trigger a rebuild/restart.
Configuration
Environment
The text was updated successfully, but these errors were encountered: