Introduction
1.
Webpack
1.1.
Getting started
1.2.
Running a workflow
1.3.
Automatic browser refresh
1.4.
Requiring files
2.
Angular JS
2.1.
Configuring Angular JS
2.2.
Optimizing rebundling
2.3.
Loading HTML Templates
2.4.
Template Cache
3.
CSS, Fonts and Images
3.1.
Loading CSS
3.2.
Automatic CSS refresh
3.3.
Loading LESS or SASS
3.4.
Inlining images
3.5.
Inlining fonts
4.
Deployment strategies
4.1.
Deploy to production
4.2.
Single bundle
4.3.
Split app and vendors
4.4.
Multiple entry points
4.5.
Lazy loaded entry points
5.
Wing It Like A Pro
5.1.
Optimizing development
5.2.
Go JavaScript next
5.3.
Optimizing caching
5.4.
Matchers
5.5.
Lazy loading entry points
5.6.
Creating a common chunk
5.7.
Chunks
5.8.
Authoring libraries
Published with GitBook
A
A
Serif
Sans
White
Sepia
Night
Share on Twitter
Share on Google
Share on Facebook
Share on Weibo
Share on Instapaper
Angular
Explain how webpack thinks chunks and not files
What are files to load? And what does webpack create for you? And how?