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

#40 #439

Merged
merged 132 commits into from
Jan 13, 2018
Merged

#40 #439

merged 132 commits into from
Jan 13, 2018

Conversation

dear-lizhihua
Copy link

No description provided.

dear-lizhihua and others added 30 commits September 3, 2017 20:42
# Conflicts:
#	src/content/plugins/module-concatenation-plugin.md
# Conflicts:
#	antwar.config.js
#	src/components/Footer/Footer.jsx
#	src/components/Navigation/Navigation.jsx
#	src/components/Site/Site.jsx
#	src/components/Splash/Splash.jsx
#	src/content/analyze.md
#	src/content/api/cli.md
#	src/content/api/compilation.md
#	src/content/api/compiler.md
#	src/content/api/index.md
#	src/content/api/loaders.md
#	src/content/api/module-factories.md
#	src/content/api/plugins.md
#	src/content/api/plugins/dependency.md
#	src/content/api/plugins/tapable.md
#	src/content/api/plugins/template.md
#	src/content/api/stats.md
#	src/content/comparison.md
#	src/content/configuration/dev-server.md
#	src/content/configuration/module.md
#	src/content/configuration/stats.md
#	src/content/contribute/plugin-patterns.md
#	src/content/contribute/release-process.md
#	src/content/contribute/writing-a-loader.md
#	src/content/contribute/writing-a-plugin.md
#	src/content/development/index.md
#	src/content/glossary.md
#	src/content/guides/code-splitting.md
#	src/content/guides/development.md
#	src/content/guides/getting-started.md
#	src/content/guides/production.md
#	src/content/license.md
#	src/content/support/index.md
#	template.ejs
# Conflicts:
#	src/content/loaders/babel-loader.md
#	src/content/loaders/bundle-loader.md
#	src/content/loaders/cache-loader.md
#	src/content/loaders/coffee-loader.md
#	src/content/loaders/css-loader.md
#	src/content/loaders/file-loader.md
#	src/content/loaders/imports-loader.md
#	src/content/loaders/istanbul-instrumenter-loader.md
#	src/content/loaders/json5-loader.md
#	src/content/loaders/mocha-loader.md
#	src/content/loaders/node-loader.md
#	src/content/loaders/raw-loader.md
#	src/content/loaders/react-proxy-loader.md
#	src/content/loaders/sass-loader.md
#	src/content/loaders/script-loader.md
#	src/content/loaders/source-map-loader.md
#	src/content/loaders/style-loader.md
#	src/content/loaders/val-loader.md
#	src/content/loaders/worker-loader.md
#	src/content/loaders/yaml-frontmatter-loader.md
#	src/content/plugins/babel-minify-webpack-plugin.md
#	src/content/plugins/component-webpack-plugin.md
#	src/content/plugins/compression-webpack-plugin.md
#	src/content/plugins/extract-text-webpack-plugin.md
# Conflicts:
#	src/components/Navigation/Links.json
# Conflicts:
#	src/components/Site/Site.jsx
#	src/content/api/compilation.md
#	src/content/api/compiler.md
#	src/content/api/loaders.md
#	src/content/api/module-factories.md
#	src/content/api/plugins.md
#	src/content/configuration/output.md
#	src/content/contribute/plugin-patterns.md
#	src/content/contribute/release-process.md
#	src/content/contribute/writing-a-loader.md
#	src/content/plugins/module-concatenation-plugin.md
Make the `index` page more beginner friendly with less technical
lingo and complex details.

Resolves #1416
…gin (#1684)

This adds a link between “concatenation behavior” and “scope hoisting”. Without this, 
a new person might be confused what exactly “scope hoisting” is (because it appears 
without any visible connection to the previous content).
JGJP and others added 29 commits December 14, 2017 18:00
Add `progressive-web-application.md` guide which documents how
to use the `workbox-webpack-plugin` to build an offline app. More
on PWAs in webpack can be added here by future contributors.

Resolves #1145
Consistent usage of `.includes`
Port the voting app to a it's own repository and expose that section
of the site more prominently (in the header). This commit also...

- Simplifies the webpack config slightly and allows external styles.
- Updates issue template to highlight content from other repositories.
- Updates some outdated dependencies.
By including this, _BrowserStack_ will allow us to do free testing of
the site on their platform.
Rebuild and clean up visualization in Sketch. Include via an
inline SVG rather than an `<img>` tag. Add a `TODO` in regards
to an even cleaner setup post build refactoring.

Resolves #1752
* update: git merge -> git rebase

* Update index.md

* Update README.md
Fix typos, improve grammar, and change `&nbsp;` to a normal
space character.
When one starts to learn about loaders it's very confusing.
[This](https://webpack.js.org/contribute/writing-a-loader/#complex-usage)
explains the behaviour much better.
# Conflicts:
#	src/assets/homepage-modules.svg
#	src/components/Navigation/Links.json
#	src/components/NotificationBar/NotificationBar.jsx
#	src/components/NotificationBar/NotificationBar.scss
#	src/components/StarterKits/StarterKits.jsx
#	src/components/Vote/App.jsx
#	src/components/Vote/App.scss
#	src/components/Vote/Button/Button.jsx
#	src/components/Vote/Button/Button.scss
#	src/components/Vote/Influence.jsx
#	src/components/Vote/Influence.scss
#	src/components/Vote/api.dev.js
#	src/components/Vote/api.js
#	src/content/api/cli.md
#	src/content/api/index.md
#	src/content/api/loaders.md
#	src/content/api/module-variables.md
#	src/content/concepts/index.md
#	src/content/concepts/loaders.md
#	src/content/configuration/externals.md
#	src/content/configuration/output.md
#	src/content/configuration/performance.md
#	src/content/configuration/resolve.md
#	src/content/configuration/stats.md
#	src/content/configuration/target.md
#	src/content/contribute/writing-a-plugin.md
#	src/content/guides/asset-management.md
#	src/content/guides/author-libraries.md
#	src/content/guides/build-performance.md
#	src/content/guides/caching.md
#	src/content/guides/environment-variables.md
#	src/content/guides/migrating.md
#	src/content/guides/production.md
#	src/content/plugins/limit-chunk-count-plugin.md
#	src/content/plugins/source-map-dev-tool-plugin.md
@dear-lizhihua dear-lizhihua merged commit 6be1efe into docschina:cn Jan 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.