Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes formatting issue on ordered list in README.md #601

Merged
merged 1 commit into from
Dec 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,13 @@ Gatsby calls this function with the webpack-configurator object and
"stage" string when it creates a Webpack config. It first
loads the defaults and then allows you to modify it.

The `stage` can be
The `stage` can be:

1) develop: for `gatsby develop` command, hot reload and CSS injection into page
2) develop-html: same as develop without react-hmre in the babel config for html renderer
3) build-css: build styles.css file
4) build-html: build all HTML files
5) build-javascript: Build bundle.js for Single Page App in production
1. develop: for `gatsby develop` command, hot reload and CSS injection into page
2. develop-html: same as develop without react-hmre in the babel config for html renderer
3. build-css: build styles.css file
4. build-html: build all HTML files
5. build-javascript: Build bundle.js for Single Page App in production

Consider the following example which removes the default css loader
and replaces it with a loader that uses css-modules.
Expand Down