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
I haven't upgraded to webpack 4 yet but you're more than welcome to send a PR to fix this. As long as it continues to work with webpack 2 and 3 I'd merge it.
In Webpack 4, it looks like you have to define an entry point in the config or it will default to
./src
.I am getting this error when trying to run the manifest:
ERROR in Entry module not found: Error: Can't resolve './src' in path'
The text was updated successfully, but these errors were encountered: