>> Tutorial Webpack for Beginners
#1 - Introduction
* What you need to know
- JavaScipt
- CSS/ SASS
- HTML
* Source course files on Github
https://github.com/phong2018/webpack-playlist
* What is Webpack for?
- Takes all our asserts and outputs them to a production-ready bundle
+ Bundles JavaScript files into one file, minizing http requests
+ Process SASS/ LESS files into CSS an only use them where needed
+ Convert JSX, ES2015 into vanila JS which browers understand
Thank you.

No comments:
Post a Comment