Web Fundamentals
Get everything you need in place to use any (or no) framework!
Most configurations regardless of the app are going to use very common subset of the same practices, plugins, and loaders.
The goal of this course is to teach you about these practices, plugins, and loaders. I'll give you advice on ways to set up an environment the right way from the start! Minimize re-work, maximize flexibility. I want you to feel awesome walking away applying their own JavaScript knowledge to make webpack flexible and work for your workflow.
Your Instructor
Sean Larkin is a Technical Program Manager at Microsoft on the Edge Platform Team. He is a former technical support representative turned renegade software engineer and web developer, driven by the need to help people through the code he writes. Sean is a member of the Webpack core team, Angular team and Angular-CLI core team.
One of Sean's primary goals on the webpack core team is to continue engagement and learning through the webpack community. Representing the voice of the people to the organization.
Course Curriculum
-
StartBase Config: ProgressPlugin (2:13)
-
StartBase Config: html-webpack-plugin (2:27)
-
StartBase Config: url-loader (3:38)
-
StartDev Config: Sourcemaps (1:17)
-
StartDev Config: webpack-dev-server (3:34)
-
StartDev Config: style-loader & css-loader (2:26)
-
StartProd Config: Sourcemaps, Again! (0:52)
-
StartProd Config: extract-text-webpack-plugin (3:33)
-
StartProd Config: uglifyjs-webpack-plugin (2:00)
-
StartProd Config: compression-webpack-plugin (2:04)