The documentation for the webpack task claims that the cached files to be monitored are defined by webpackMonitoredFiles, but this is only true when the bundling mode is set to application. I would expect that adding files to webpackMonitoredFiles would always work.
The documentation for the
webpack
task claims that the cached files to be monitored are defined bywebpackMonitoredFiles
, but this is only true when the bundling mode is set to application. I would expect that adding files towebpackMonitoredFiles
would always work.