Closed HyperBrain closed 6 years ago
@HyperBrain This is awesome. Thanks for the additional improvements. I'll update the tutorial and merge this soon.
There's one thing you also should add to the tutorial: Webpack 4 dropped support for Node 4 (see WP 4.0.0 Release Notes) for running webpack itself.
Node.js 4 is no longer supported. Source Code was upgraded to a higher ecmascript version.
That means that your build system needs to use Node 6 or greater. However that does not imply any changes on the target of the compiled code, only the build system. Having a small note could prevent some hassle 😄
Yeah good point.
Relates to https://github.com/AnomalyInnovations/serverless-stack-com/issues/112