MERN v2.4 Release Notes
-
- ๐ Fix test runner windows
- โก๏ธ Updated to webpack 3
- ๐ Use .dockerignore to increase speed of building Docker image (no need to copy files to Docker build context).
- ๐ Use npm@6 and add package-lock.json.
- โก๏ธ Update versions of nodejs used for testing in Travis (only LTS / actively maintained versions - no more node@4!!).
- ๐ Use a single Dockerfile w/ build targets, to greatly speed up building of Docker image.
- ๐ณ Swap default Docker environment from production to development, to improve DX.
- ๐ณ Eliminate production-mode inclusion of devDependencies, to keep production Docker image as light as possible and lower production-mode memory usage.
- ๐ณ Explicitly volume-map all files into Docker container when in dev-mode.
- โ Removed the --harmony-proxies flag from npm test, as it is no longer supported by nodejs.
- โ Eliminate different markup warning between client/server during dev