React Webpack w/ Typescript (Custom Config)

preview_player
Показать описание
Hello Youtube!
In this video we will be setting up our own custom webpack with react typescript to allow us more fine grain control over our webpack configurations. Stay tuned and I hope you learned something :D

Рекомендации по теме
Комментарии
Автор

This video is very helpful for setting webpack. I clicked subscribe, like! Thanks. 😆

betty
Автор

I followed everything but when I npm run build it says build is not a script despite having a build script in my package.json file just like in the video =/ why???!

ilyassfourkani
Автор

So right now we are using babel preset for TS and another package to transpile and type check TS. I came across TS-Loader while researching and it seems that that loader seems to do both in one package. Would you happen to know that particular loader and the advantages of going one way or the other?

abdur
Автор

You can use vite instead of CRA, more optimized

sachin__ak