forked from webpack/webpack.js.org
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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).
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.
Change "less" to "fewer".
The final code block was missing a semicolon from the end of the first line; added it in to match the other require statements.
Related issue: #1718
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
changed the title
update loaders & update plugins
update master & update loaders & update plugins
Dec 4, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.