I just installed this generator and when I run it inside a given directory it starts generating some of its files outside of the directory into its parent directory.
Example:
mkdir my-super-cool-project && cd my-super-cool-project
ls
Desktop/my-super-cool-project
yo react-webpack
It puts some of the files in the project folder and dumps other files into the parent directory, in this case the Desktop.