If ENV in config/environment.js does not contain a resizeServiceDefaults entry, the line
var injectionFactories = resizeServiceDefaults.injectionFactories;
in initializers/resize.js throws a TypeError since resizeServiceDefaults is undefined. I would expect that defaults would be provided if no resizeServiceDefaults were specified.
A TypeError is also thrown if injectionFactories is not specified in resizeServiceDefaults.