This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Description
After the update to the latest version of webpack, it looks like some of the file copying logic has broken for projects without explicitly configured output directories. Building fails with the error:
ERROR: Cannot glob `**/*`: ENOENT: no such file or directory, stat '/myProject/public'
cc @tristen