The errors I was getting were:
ERROR in ./~/babel-core/package.json
Module parse failed: /Users/sigfried/Sites/git_projects/supergroup/node_modules/babel-core/package.json Line 2: Unexpected token :
You may need an appropriate loader to handle this file type.
| {
| "_args": [
| [
| "babel-core@^6.4.5",
@ ./~/babel-core/lib/api/node.js 67:15-39
ERROR in ./~/globals/globals.json
Module parse failed: /Users/sigfried/Sites/git_projects/supergroup/node_modules/globals/globals.json Line 2: Unexpected token :
You may need an appropriate loader to handle this file type.
| {
| "builtin": {
| "Array": false,
| "ArrayBuffer": false,
@ ./~/globals/index.js 1:17-42
I won't bother providing my package.json and webpack.config.js because I changed it so many times while (blindly, I admit--hence, "voodoo" in the title) following recipes from so many sources that I wouldn't know what to provide. The answer that finally got me past those errors was not on Stack Exchange, so I'm putting it here.