I'll include the corresponding npm commands where reasonable
- Updated Webpack to ^4.16.0
npm i -D webpack@latest
- Updated almost all of our loaders to the
@latest
version - Added the required webpack 4
mode
flag to our dev and production configs
- Updated almost all of our loaders to the
- Added TypeScript support for the front-end
- Installed TypeScript
npm i -D typescript@latest