Tobias Koppers
54e30e05c0
update examples
2018-09-25 17:10:38 +02:00
Eugen Cazacu
6126ec7f2e
Update README.md
2018-07-29 15:11:11 +02:00
Eugen Cazacu
37ae7c30da
Update increment.js
2018-07-29 15:10:19 +02:00
Eugen Cazacu
614f2ad1f5
Update example.js
...
update to newer syntax
2018-07-28 22:46:31 +02:00
ferhat elmas
271b77d45f
all: typo fixes
2018-07-09 22:54:35 +02:00
Tobias Koppers
34b0c7c684
Merge pull request #6906 from stepharr/patch-1
...
Fixing grammar issues in webpack example
2018-06-28 14:02:11 +02:00
Tobias Koppers
ef2ec255dd
update template.md too
2018-06-28 11:17:41 +02:00
arkadyt
1e7b4e9a5e
Remove dead links from /examples README.md.
2018-06-22 10:02:38 -07:00
Tobias Koppers
23beeab7e0
Merge pull request #7345 from stepharr/master
...
Fixing grammar issues in webpack example #6906
2018-06-06 21:10:29 +02:00
Tobias Koppers
86016594db
update README too
2018-06-06 20:45:02 +02:00
Tobias Koppers
5feb7e69db
Merge pull request #7174 from JLHwung/revise-examples-build-readme
...
docs(examples): add yarn add webpack-cli step
2018-05-25 22:44:42 +02:00
Aliaksei Sapach
aa99385b9a
added a note about production mode
2018-05-24 15:15:41 +03:00
Aliaksei Sapach
afca267ae6
added entry-only example
2018-05-22 23:27:41 +03:00
Stephon Harris
9dc758316a
Fixing grammar issues
2018-05-19 00:56:19 -04:00
Tobias Koppers
5930cf54b9
add split chunks example
2018-05-17 20:48:16 +02:00
Oded Niv
17fd4d8b48
Align 'Cannot find module' message with native NodeJS
2018-05-15 09:24:16 +03:00
Tobias Koppers
75c6416cfe
updated examples
2018-05-07 13:36:54 +02:00
Huáng Jùnliàng
64db3064c7
docs(examples): add yarn add webpack-cli step
...
Running node_modules/bin/webpack without webpack-cli installed will get hang.
The culprit is that webpack expects a stdin of whether to install webpack-cli or not. However, as examples/build-common use `child_process.exec` to execute `webpack`, the user will not be prompted for any questions since the stdin is not piped and the stdout will be pass to parent process only after the child process exits. We can keep build-common simple by instructing devs to install webpack-cli before they build examples.
Also rewrite the install step using yarn since we use yarn in webpack.
2018-05-02 18:12:24 +08:00
Tobias Koppers
f5bd213f4c
Update examples
2018-04-04 15:18:18 +02:00
Stephon Harris
30d3be5a53
Fixing grammar issues
2018-03-29 09:28:03 -04:00
rhysd
81e47b6eaf
Fix typos
2018-03-13 18:05:58 +09:00
Josh Soref
dded403558
spelling: verify
2018-02-26 02:50:43 +00:00
Josh Soref
74b060a08e
spelling: separately
2018-02-26 02:43:09 +00:00
Josh Soref
2ee033b4bc
spelling: separate
2018-02-26 02:43:19 +00:00
Josh Soref
82b81eb1dc
spelling: practice
2018-02-26 02:39:48 +00:00
Josh Soref
89932f0d71
spelling: equivalent
2018-02-26 02:28:07 +00:00
Josh Soref
885a8df729
spelling: concatenation
2018-02-26 02:26:51 +00:00
Josh Soref
b39266121a
spelling: assembly
2018-02-26 02:25:03 +00:00
Tobias Koppers
5238159d21
run prettier on existing code
2018-02-25 02:00:20 +01:00
Naveen Jain
6bf5df53a3
Fixed template.md
2018-02-24 13:25:46 +01:00
Tobias Koppers
221d2cee43
Merge pull request #6470 from suguru03/feature/neo-async
...
replace Async with Neo-Async
2018-02-19 14:06:59 +01:00
Tobias Koppers
0b13cf19a1
update examples
2018-02-17 14:14:14 +01:00
Tobias Koppers
ff224044f7
fix example
2018-02-17 13:35:06 +01:00
Tobias Koppers
33c907e1b7
Merge branch 'master' into next
...
# Conflicts:
# examples/aggressive-merging/README.md
# examples/chunkhash/README.md
# examples/code-splitted-css-bundle/README.md
# examples/code-splitted-require.context-amd/README.md
# examples/code-splitted-require.context/README.md
# examples/code-splitting-bundle-loader/README.md
# examples/code-splitting-harmony/README.md
# examples/code-splitting-native-import-context/README.md
# examples/code-splitting-specify-chunk-name/README.md
# examples/code-splitting/README.md
# examples/coffee-script/README.md
# examples/common-chunk-and-vendor-chunk/README.md
# examples/common-chunk-grandchildren/README.md
# examples/commonjs/README.md
# examples/css-bundle/README.md
# examples/dll-app-and-vendor/0-vendor/README.md
# examples/dll-app-and-vendor/1-app/README.md
# examples/dll-user/README.md
# examples/dll/README.md
# examples/explicit-vendor-chunk/README.md
# examples/externals/README.md
# examples/extra-async-chunk-advanced/README.md
# examples/extra-async-chunk/README.md
# examples/harmony-interop/README.md
# examples/harmony-library/README.md
# examples/harmony-unused/README.md
# examples/harmony/README.md
# examples/http2-aggressive-splitting/README.md
# examples/hybrid-routing/README.md
# examples/i18n/README.md
# examples/loader/README.md
# examples/mixed/README.md
# examples/move-to-parent/README.md
# examples/multi-compiler/README.md
# examples/multi-part-library/README.md
# examples/multiple-commons-chunks/README.md
# examples/multiple-entry-points-commons-chunk-css-bundle/README.md
# examples/multiple-entry-points/README.md
# examples/named-chunks/README.md
# examples/require.context/README.md
# examples/require.resolve/README.md
# examples/scope-hoisting/README.md
# examples/source-map/README.md
# examples/two-explicit-vendor-chunks/README.md
# examples/web-worker/README.md
# package.json
2018-02-13 10:18:53 +01:00
Suguru Motegi
864e563173
replace Async with Neo-Async
2018-02-11 14:31:08 -08:00
Tobias Koppers
f01054664f
update examples
2018-02-10 15:40:10 +01:00
Tobias Koppers
d518b36de7
update examples
2018-02-10 15:09:46 +01:00
Tobias Koppers
0b566508fb
hide buildAt in examples
2018-02-10 15:09:34 +01:00
Tobias Koppers
6f1b6d9d98
fix chunkhash example
2018-02-10 15:04:45 +01:00
Tobias Koppers
042e36aae6
update examples
2018-01-24 23:23:34 +01:00
Tobias Koppers
bfe89fb92f
update examples
2018-01-22 15:18:54 +01:00
Tobias Koppers
d043323305
update commons/vendor chunk example
2018-01-22 15:18:41 +01:00
Tobias Koppers
32ebbfd7c7
Beautify webpack configs
2018-01-22 08:51:35 +01:00
Tobias Koppers
18ae73dad4
Refactor chunk graph
...
Chunks are now always in ChunkGroups
ChunkGroups have parents and children, Chunks no longer have this
AsyncDependenciesBlocks point to a ChunkGroup instead of a list of chunks
Entrypoint is now a ChunkGroup (extends from it)
move stuff graph modification methods into GraphHelpers
Change chunk id recording to source-based
Chunks have parents, siblings and children in Stats
rename AutomaticCommonsChunksPlugin to SplitChunksPlugin
add request property to origin (ChunkGroup)
remove moveToParent from AggressiveMergingPlugin
fix issues with AggressiveSplittingPlugin
remove CommonsChunkPlugin
add optimization.runtimeChunk (RuntimeChunkPlugin)
fix a filename bug for initial chunks
remove extract-text-webpack-plugin from test suite
add DebugHash to help debugging hash issues
fix issues with entry modules in different chunk as runtime
redo optimization.splitChunks options
Compilation.entrypoints is now a Map
Compilation.chunkGroups has been added
remove some unittests
update examples
update tests with CommonsChunkPlugin
2018-01-19 19:21:30 +01:00
John Reilly
93af81f296
fix test and other typos. Feel so petty
2018-01-14 21:18:35 +00:00
Tobias Koppers
61ab19c821
update examples
2018-01-06 10:46:03 +01:00
Tobias Koppers
0d987631bd
update examples
2018-01-06 09:44:17 +01:00
Tobias Koppers
90068d867b
path fix examples
2018-01-06 09:43:38 +01:00
Tobias Koppers
bc7725c668
change output from examples for js/ to dist/
2018-01-04 21:39:29 +01:00
Tobias Koppers
273f147dae
update examples
2018-01-04 21:21:39 +01:00