Use TS-lodaer instead ow atl

This commit is contained in:
Aarni Halinen
2020-07-08 18:38:14 +03:00
parent 83a6c6dda6
commit 72afd5e3a8
4 changed files with 67 additions and 114 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Minimal starter kit with hot module replacement (HMR) for rapid development.
* [Jest](https://facebook.github.io/jest/) - Testing framework for React applications
* Production build script
* Image loading/minification using [Image Webpack Loader](https://github.com/tcoopman/image-webpack-loader)
* Typescript compiling using [Awesome Typescript Loader](https://github.com/s-panferov/awesome-typescript-loader) (5.x)
* Typescript compiling using [TS-Loader](https://webpack.js.org/guides/typescript/)
* Code quality (linting) for Typescript and SASS/CSS.
## Installation