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

Merge branch 'master' into cn #459

Merged
merged 195 commits into from
Mar 5, 2018
Merged

Merge branch 'master' into cn #459

merged 195 commits into from
Mar 5, 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).
Joe Bottigliero and others added 29 commits February 22, 2018 11:26
- revert `--silent` only available in `webpack@4.0.0` (via `webpack-cli@2.0.3`)
Added Mozilla Docs link for Function.prototype.apply text. It has been
mentioned above, but would good to have on this place as well.
In this article, I’d like to show you how to realize lazyLoad modules loading
using Webpack, [UI-Router](https://ui-router.github.io/ng1/), and 
[ocLazyLoad](https://oclazyload.readme.io/). All behind-the-scene magic will
be done with the help of ocLazyLoad tool. Last, but not least in the last part of
the article I've shown how to use 
[Dynamic imports](https://github.com/tc39/proposal-dynamic-import).
This fixes #1832 with the suggested text from that issue.
This includes documentation on `__webpack_nonce__`, which we should
also consider adding to the `module-variables.md` page in the __API__
section.
…1827)

Added a dependency section to mention that a source map will not
be generated if the user is also using the `UglifyJsPlugin` and has
not set the `sourceMap` property to `true`.
Fixes error in Getting Started Guide
Fix `parseAnchor` not properly working for the Chinese language
This adds the doctype to all HTML snippets in order to make sure the snippets are valid HTML.
This will remove the archived repository component-webpack-plugin from the plugins page
This updates the API CLI documentation to include the `--display-error-details` parameter for the debug options.
# Conflicts:
#	src/content/api/cli.md
#	src/content/concepts/plugins.md
#	src/content/configuration/stats.md
#	src/content/contribute/writing-a-loader.md
#	src/content/guides/author-libraries.md
#	src/content/guides/environment-variables.md
#	src/content/guides/lazy-loading.md
#	src/content/plugins/commons-chunk-plugin.md
#	src/content/plugins/index.md
#	src/scripts/fetch.sh
@dear-lizhihua dear-lizhihua merged commit c3d798b into docschina:cn Mar 5, 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.