Confusing "no webpack config configuration found, skipping" error message on yarn start
Closed this issue · 2 comments
jurijsk commented
I keep getting ▲ no webpack.serve.config.js configuration found, skipping
webpack-dev-server
is not installed and it is confusing because config is there but devServerCmd
is null at webpackTask.ts:100
And frankly I have no clue why it soddenly stopped to resolve webpack-dev-server
because is was not in dependencies nor before nor after.
Fixed by adding webpack stack
github-actions commented
Issues seem to have gone stale.
ecraig12345 commented
This seems to be fixed in the template now too. Root cause would be similar to #290 probably.