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
humphreybc@Benjamins-MacBook-Pro:~/C/dovetail-website:master$ whybundled stats.json
/usr/local/lib/node_modules/whybundled/lib/analyze.js:233
const clearName = getModuleName(module.name);
^
TypeError: Cannot read property 'name' of undefined
at modules.map.module (/usr/local/lib/node_modules/whybundled/lib/analyze.js:233:44)
at Array.map (<anonymous>)
at pickFromModules (/usr/local/lib/node_modules/whybundled/lib/analyze.js:232:11)
at analyze (/usr/local/lib/node_modules/whybundled/lib/analyze.js:332:19)
at defaultCommand (/usr/local/lib/node_modules/whybundled/commands/default.js:39:18)
at Object.<anonymous> (/usr/local/lib/node_modules/whybundled/cli.js:76:3)
at Module._compile (internal/modules/cjs/loader.js:702:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
at Module.load (internal/modules/cjs/loader.js:612:32)
at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
The text was updated successfully, but these errors were encountered:
I'm trying to analyze this stats.json file generated by gatsby-plugin-webpack-bundle-analyzer and I'm running into the following error:
The text was updated successfully, but these errors were encountered: