lvarayut/relay-fullstack

Webpack command error (affects Heroku deploys as well)

Closed this issue · 0 comments

When I run webpack, I receive an error

let appEntry;
^^^

SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:373:25)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at module.exports 

This affects Heroku deploys as well. I'll be submitting a PR for this shortly.