- webpack
- typescript
- react
- less
- postCSS
- jest
- eslint
Building tool is webpack.
We use @babel-register to allow the Webpack configuration file to be written using ES6. It requires the file to be named with a .babel.js suffix to work.
We use webpack modes ( development | production ) and presets.
The default development building task to run is
yarn dev