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
#40 #439
Merged
Merged
#40 #439
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).
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 ` ` 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
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.