Commit Graph

36 Commits

Author SHA1 Message Date
Nitin Kumar 4719aae6ce docs: fix typo 2023-04-07 21:31:53 +05:30
Nitin Kumar 8d7dc5edee docs: fix broken link & typo in examples 2023-04-07 21:30:41 +05:30
Gunnlaugur Thor Briem 7b1253c705 doc: add wasm examples to ToC 2021-06-18 11:24:37 +00:00
Valentin Semirulnik 313d0ef1ef
fix typo 2021-03-18 02:31:19 +03:00
Valentin Semirulnik c13e748b8a
fix path to worker 2021-03-18 02:29:52 +03:00
Nitin Kumar 649052e36f update table of contents 2021-01-12 06:57:52 +05:30
Nitin Kumar ab91261965 remove obselete i18n examples link 2021-01-12 06:56:23 +05:30
Tobias Koppers 602bd5738a Merge tag 'v4.39.2' into next
4.39.2
2019-08-13 21:47:00 +02:00
James Kaviyil Jose adac42ea1e
[Docs]: Added TOC 2019-08-06 21:42:48 +05:30
konojunya f2dbf8709c chore(examples): add TypeScript example 2019-06-18 15:16:24 +02:00
Tobias Koppers 140be99343
improve build script 2018-10-29 11:29:06 +01:00
Kevin McCormack 3312eb57cc Update examples README
Running `yarn` does not seem to work here.
We need to run `yarn setup` before we can run `yarn link webpack`.
2018-10-28 13:20:46 -04:00
arkadyt 1e7b4e9a5e Remove dead links from /examples README.md. 2018-06-22 10:02:38 -07: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
Joe Lencioni 471d14b895
Fix link to side-effects example
This started out as pure-module, but was moved without
this link being updated.
2017-11-29 11:52:09 -08:00
Tobias Koppers a53672d1a2 Merge branch 'master' into next
# Conflicts:
#	lib/EvalSourceMapDevToolModuleTemplatePlugin.js
#	lib/dependencies/HarmonyDetectionParserPlugin.js
#	lib/dependencies/HarmonyImportDependency.js
#	package.json
#	schemas/webpackOptionsSchema.json
#	test/Validation.test.js
2017-11-17 16:03:46 +01:00
hardfist 08e26b9d2a
fix typo&& wrong links in examples/README.md 2017-11-14 20:43:27 +08:00
Tobias Koppers 7ceac63f07 add support for pure modules 2017-09-14 09:44:42 +02:00
Fu Xiao 633eac42bb typo fix
`HTT2` seems typo of `HTTP2`
2017-08-31 21:11:06 -05:00
Pierre Neter 940fab0ccd Update README.md of Examples 2017-06-20 17:42:46 +07:00
Rouzbeh Sarrafieh a5272e8515 hotlink examples in readme 2017-03-18 03:48:31 -07:00
Tim Sebastian 2c14f6cd2c remove labeled modules leftovers 2017-02-25 01:10:38 +11:00
Michel Gotta cd06920b2b Added the fix for the extract-text-webpack-plugin error in the "Building an Example" part 2016-10-14 09:20:29 +02:00
Thomas Shafer 8e9501c510 added explicit step to run npm install when building an example 2015-11-11 10:53:41 -08:00
Kenny Tran 38086edaaa Fix typos in README.md and examples/README.md 2015-05-26 19:29:27 -07:00
Fernando Correia 6a9e011edd Fix typo: named chunks 2014-01-20 21:37:38 -02:00
Tobias Koppers 1652493b5e add multiple-entry-points example #15 2013-11-19 18:09:26 +01:00
Tobias Koppers 678aa6e2a5 fixed require: "aa", "bb" and added examples for labeled modules 2013-02-26 13:55:41 +01:00
Tobias Koppers 57ddbc0859 added i18n example, fixed error/warning bug 2013-02-19 12:48:17 +01:00
Tobias Koppers 284500f9ee added more examples 2012-08-23 01:58:17 +02:00
Tobias Koppers 8f603e5f64 update examples 2012-08-06 22:19:15 +02:00
Tobias Koppers 6d424fcab1 added require.resolve example 2012-07-19 11:48:07 +02:00
Tobias Koppers c3418712d2 added named chucks example 2012-05-17 12:46:55 +02:00
Tobias Koppers 6fd59fd04a added commonjs example 2012-05-06 21:14:36 +02:00
Kyle Robinson Young 54af6f24ed docs: typo fixes 2012-04-30 21:14:17 -07:00
Tobias Koppers b40a43f37b added README to examles 2012-04-06 12:40:43 +02:00