EP 4.3 - AngularJS Migration / Step 2 - TypeScript & WebPack / Using Webpack

preview_player
Показать описание


We will implement our build tool chain which will compile our AngularJS application’s Typescript files into Javascript and finally, bundle them all together into a single file using webpack.
Рекомендации по теме
Комментарии
Автор

Had to upgrade to node 10 to make this work in 2021

JasonLee-fcot
Автор

"loader"s inside the webpack config has been replace with "rules" since webpack 4

MrKawwai
Автор

what do you do if the app doesn't use bower it uses a pom.xml file for its dependencies

patrickbyrne