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

update master & update loaders & update plugins #418

Merged
merged 86 commits into from
Dec 23, 2017
Merged

update master & update loaders & update plugins #418

merged 86 commits into from
Dec 23, 2017

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).
kamleshchandnani and others added 24 commits November 14, 2017 23:30
Change the css to fix the text inside code tag which was overflowing 
the parent div.
Add "static" to "module bundler". Some feedback here was given to me 
on twitter to make sure we are clear with what these terms mean.
# Conflicts:
#	src/content/concepts/index.md
This is just a quality of life adjustment that updates the list of ways to 
use loaders with fragment links to the relevant section in the docs.  In 
their current state, the section feels like a dead end, abruptly cutting off 
with three bullet points and no examples. While one can read on and 
figure it out, there is a break in focus that is quite distracting.
The final code block was missing a semicolon from the end of the 
first line; added it in to match the other require statements.
Really minor but I think `.includes` is more readable to the unfamiliar 
with javascript.
Keep the mention the webpack binary's path but use the `npx` utility
now that it ships with Node. Fix some punctuation and grammar. Clarify 
why npm scripts are still useful even over `npx`.
# Conflicts:
#	src/content/loaders/expose-loader.md
#	src/content/loaders/file-loader.md
#	src/content/loaders/val-loader.md
#	src/content/plugins/uglifyjs-webpack-plugin.md
# Conflicts:
#	src/content/api/index.md
#	src/content/api/loaders.md
#	src/content/concepts/index.md
#	src/content/concepts/loaders.md
#	src/content/concepts/output.md
#	src/content/configuration/dev-server.md
#	src/content/configuration/plugins.md
#	src/content/guides/build-performance.md
#	src/content/guides/getting-started.md
#	src/content/guides/tree-shaking.md
#	src/content/plugins/source-map-dev-tool-plugin.md
@dear-lizhihua dear-lizhihua changed the title update loaders & update plugins update master & update loaders & update plugins Dec 4, 2017
@dear-lizhihua dear-lizhihua merged commit b697f74 into docschina:cn Dec 23, 2017
@dear-lizhihua dear-lizhihua mentioned this pull request Dec 28, 2017
3 tasks
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.