Tobias Koppers
903084f9aa
WIP prototype of top-level-await and async modules based on import await
2019-06-04 23:25:35 +02:00
Tobias Koppers
b66143f706
Merge tag 'v4.30.0' into next
...
4.30.0
2019-05-09 21:34:28 +02:00
Yuta Hiroto
47969598eb
chore(examples): regenerate README.md
2019-04-08 19:29:40 +01:00
Yuta Hiroto
83b0013209
chore(examples): modify RegExp in template-common
2019-04-08 19:26:45 +01:00
Yuta Hiroto
eb7d7ea678
chore(examples): fix exmaples template syntax
...
fixes : #9000
2019-04-08 19:26:44 +01:00
Yuta Hiroto
4c987751eb
chore(examples): update README of examples
2019-04-03 22:33:52 +01:00
Yuta Hiroto
1a63b4afcd
chore(examples): output error if webpack-cli isn't installed
2019-04-03 22:33:48 +01:00
Tobias Koppers
aa305969f4
Merge tag 'v4.29.1' into next
...
4.29.1
2019-02-04 19:03:31 +01:00
wtgtybhertgeghgtwtg
8f23023954
Rename deprecated hashes in examples.
2019-01-27 18:27:57 -07:00
Tobias Koppers
2209b8aca6
rebuild examples
2019-01-25 13:17:05 +01:00
Steven Hargrove
780c17e202
fix side-effects example
2019-01-25 13:17:00 +01:00
Tobias Koppers
2fe0ba5014
Normalize backslash on windows
2019-01-25 13:14:47 +01:00
Tobias Koppers
b241549d31
Merge tag 'v4.28.3' into next
...
4.28.3
2018-12-29 12:59:56 +01:00
darrelfrancis
e2abdaec74
Fix minor typos, improve clarity of README
...
This is done via the template.md file which is used to build README.md
2018-12-27 07:14:01 +00:00
Tobias Koppers
1b402bcae1
Merge tag 'v4.28.0' into next
...
4.28.0
2018-12-19 14:05:17 +01:00
Tobias Koppers
f6d67b6605
update examples
2018-12-19 11:36:59 +01:00
Ed Morley
311a7285d3
Switch from uglifyjs-webpack-plugin to terser-webpack-plugin
...
Some history:
* `uglifyjs-webpack-plugin` < v1.0 used the minifier `uglify-js`
* however `uglify-js` does not support ES6, which resulted in a fork
called `uglify-es` that was developed in the `uglify-js` repository,
but under the `harmony` branch
* `uglifyjs-webpack-plugin` v1.x switched to `uglify-es` for ES6 support
* however `uglify-es` stopped being maintained:
https://github.com/mishoo/UglifyJS2/issues/3156#issuecomment-392943058
* which led to a fork called `terser` that has incorporated all of
the unmerged PRs and will be where all new development occurs:
https://github.com/fabiosantoscode/terser
* `terser-webpack-plugin` was created, which is the `terser` equivalent
of `uglifyjs-webpack-plugin`:
https://github.com/webpack-contrib/terser-webpack-plugin
* `uglifyjs-webpack-plugin` v2.x will be switching back to `uglify-js`,
so any project that needs to support ES6 now needs to switch to
`terser-webpack-plugin`.
Fixes #7923 .
2018-11-18 22:56:10 +03:00
Tobias Koppers
31e189fcde
Merge tag 'v4.24.0' into next
...
4.24.0
2018-11-02 18:02:39 +01: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
Tobias Koppers
7b85f99a97
improve loglevel option
2018-10-17 21:25:41 +02:00
Tobias Koppers
b536fe7aee
default cache.name to name + mode
2018-10-17 21:25:40 +02:00
Tobias Koppers
0d980a75ba
improve example build and test
...
improve cache print of references
2018-10-17 21:25:40 +02:00
Tobias Koppers
a852828279
add persistent caching prototype
2018-10-17 21:25:39 +02:00
Tobias Koppers
6c27c5f22e
remove web-worker example
...
because worker-loader is incompatible
2018-09-27 13:20:24 +02:00
Tobias Koppers
4f1905aa5a
Merge tag 'v4.20.2' into next
...
4.20.2
2018-09-25 23:13:58 +02:00
Tobias Koppers
54e30e05c0
update examples
2018-09-25 17:10:38 +02:00
Ed Morley
79910c6ba5
Switch from uglifyjs-webpack-plugin to terser-webpack-plugin
...
Some history:
* `uglifyjs-webpack-plugin` < v1.0 used the minifier `uglify-js`
* however `uglify-js` does not support ES6, which resulted in a fork
called `uglify-es` that was developed in the `uglify-js` repository,
but under the `harmony` branch
* `uglifyjs-webpack-plugin` v1.x switched to `uglify-es` for ES6 support
* however `uglify-es` stopped being maintained:
https://github.com/mishoo/UglifyJS2/issues/3156#issuecomment-392943058
* which led to a fork called `terser` that has incorporated all of
the unmerged PRs and will be where all new development occurs:
https://github.com/fabiosantoscode/terser
* `terser-webpack-plugin` was created, which is the `terser` equivalent
of `uglifyjs-webpack-plugin`:
https://github.com/webpack-contrib/terser-webpack-plugin
* `uglifyjs-webpack-plugin` v2.x will be switching back to `uglify-js`,
so any project that needs to support ES6 now needs to switch to
`terser-webpack-plugin`.
Fixes #7923 .
2018-09-15 12:29:14 +01: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
Florent Cailhol
bf7337e935
Update examples
2018-07-14 22:16:32 +02:00
Tobias Koppers
2b14ddc984
Merge tag 'v4.16.0' into next
...
4.16.0
2018-07-11 11:13:47 +02:00
ferhat elmas
271b77d45f
all: typo fixes
2018-07-09 22:54:35 +02:00
Tobias Koppers
f0ae54d478
Merge tag 'v4.13.0' into next
...
4.13.0
2018-07-04 22:08:31 +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
Florent Cailhol
d650aa4857
Remove i18n-webpack-plugin
2018-06-26 08:50:54 +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
Tobias Koppers
e9f1ad208b
update examples
2018-01-03 11:03:20 +01:00
Tobias Koppers
6300c5bb68
reenable example
2017-12-22 13:23:30 +01:00
Tobias Koppers
4fdd462c7d
update example
2017-12-22 12:47:28 +01:00
Tobias Koppers
c6c447b42c
Merge pull request #6160 from webpack/wasm/imports
...
add support for imports in wasm modules
2017-12-22 08:20:58 +01:00
EugeneHlushko
aadfe36668
Fix DLL example
2017-12-21 11:24:02 +01:00
Tobias Koppers
4a9ffd80bb
update examples
2017-12-21 11:19:53 +01:00
Tobias Koppers
54473194b5
allow to filter examples in test suite
...
filter wasm example for wasm support
2017-12-21 08:51:07 +01:00
Tobias Koppers
91e6692362
extract exports from wasm module
...
mangle used exports
fix esm flag
2017-12-14 13:05:03 +01:00
Tobias Koppers
44209f6db9
Update examples
2017-12-14 10:58:03 +01:00
Tobias Koppers
59c7c167e3
update example configurations for latest mode changes
2017-12-14 10:53:04 +01:00
Tobias Koppers
c13194607e
update examples
2017-12-04 20:36:19 +01:00
Tobias Koppers
84c6449b48
update examples
2017-12-04 14:35:55 +01: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
d7b943737d
update examples
2017-11-29 08:50:55 +01:00
Tobias Koppers
575fc4c29d
update examples
2017-11-24 11:18:34 +01:00
Tobias Koppers
e8f381dd93
update example configurations
2017-11-24 08:17:37 +01:00
Tobias Koppers
035b16aae2
Update examples
2017-11-23 09:47:19 +01:00
Tobias Koppers
8149c5e1f1
fix linting issues
2017-11-21 13:23:12 +01:00
Tobias Koppers
35d7f51b88
rename side-effects to sideEffects in example
2017-11-21 12:56:12 +01:00
Tobias Koppers
86c3bdc3d3
add temporary workarounds for not-updated file-loader
2017-11-21 12:55:52 +01: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
9c7f53e63c
add support for compileStreaming
2017-11-10 09:18:27 +01:00
Tobias Koppers
cce42f51cf
use i32 instead of f64 in wasm code
2017-11-10 09:17:12 +01:00
Tobias Koppers
41a1d602e1
added WebAssembly Proof of Concept
2017-11-10 09:17:11 +01:00
Tobias Koppers
6a6cd57b26
Merge branch 'next' into import-context-filter
2017-10-16 13:55:54 +02:00
Landon Crapo
bc6c1be90c
refactoring filter to include and other requested changes
2017-10-13 15:41:44 -06:00
Landon Crapo
7cc8d68821
fixed code-splitting-native-import-context-filter README.md
2017-10-13 15:41:02 -06:00
Landon Crapo
5d1759fd4c
modified import context filtering logic to filter on file names.
2017-10-13 15:41:02 -06:00
Landon Crapo
4c08560f5a
fixed code-splitting-native-import-context-filter README.md
2017-10-13 15:41:01 -06:00
Landon Crapo
f884136861
created filter logic for dynamic import statements
2017-10-13 15:41:01 -06:00
Tobias Koppers
1bc572a385
rename side-effects to sideEffects
2017-10-12 17:32:41 +02:00
Tobias Koppers
03b0ff2c9c
Merge branch 'master' into next
2017-10-11 12:42:31 +02:00
Landon Crapo
f63b17245e
fixed common-chunk-grandchildren example
...
* fixed README.md
* pass error to done in test
2017-10-09 13:43:03 -06:00
Landon Crapo
87bff6cd98
fixed common-chunk-grandchildren example
...
* using set instead of array
* example of async use case
2017-10-09 10:29:38 -06:00
Landon Crapo
cbd8a46e4c
Fixed Node v4 error in tests.
...
destructuring not supported in Node v4
2017-10-05 17:03:25 -06:00
Landon Crapo
4f9fc01be4
Added deepChildren support from ArcEglos' pull request and fixed failing tests
2017-10-05 15:31:29 -06:00
Tobias Koppers
794b883f0a
Merge branch 'next' into deprecation/webpack-3
2017-09-22 14:30:04 +02:00
Tobias Koppers
c383d5ea7f
rename `pure-module` to `side-effects`
2017-09-14 15:12:36 +02:00
Ben Lowery
580fc5f0e8
rewrite README.md a bit to make it clearer
...
mostly copyediting for grammar and tone
2017-09-14 09:44:45 +02:00
Tobias Koppers
7ceac63f07
add support for pure modules
2017-09-14 09:44:42 +02:00
Tobias Koppers
4105297de6
Merge branch 'next' into deprecation/webpack-3
2017-09-11 11:26:44 +02:00
Fu Xiao
633eac42bb
typo fix
...
`HTT2` seems typo of `HTTP2`
2017-08-31 21:11:06 -05:00
Tobias Koppers
a2601c38b6
update examples
2017-08-08 14:00:06 +02:00
Tobias Koppers
1869688953
fix building of examples
2017-08-08 13:56:14 +02:00
Tobias Koppers
39051df434
update example
2017-08-07 21:22:32 +02:00
Tobias Koppers
a83279ed92
gitignore generated example files
2017-08-02 20:40:43 +02:00
Tobias Koppers
15c0160787
add dll-app-and-vendor example by @aretecode
2017-07-27 13:52:38 +02:00
Tobias Koppers
d411468639
Refactor example scripts and test to allow nested folders
2017-07-27 13:24:56 +02:00
Pierre Neter
940fab0ccd
Update README.md of Examples
2017-06-20 17:42:46 +07:00
Tobias Koppers
645867ed7e
use module.rules instead of module.loaders
2017-06-14 14:58:16 +02:00
Tobias Koppers
94d2d24f67
minor fixes
2017-06-09 17:29:47 +02:00
Tobias Koppers
ac92de5b50
update example
2017-06-07 12:58:09 +02:00
Tobias Koppers
3455d7bb02
update examples
2017-06-05 16:12:12 +02:00
Tobias Koppers
4901312abf
Merge branch 'master' into next
...
# Conflicts:
# test/statsCases/commons-chunk-min-size-0/expected.txt
# test/statsCases/limit-chunk-count-plugin/expected.txt
2017-05-29 00:41:59 +02:00
Tobias Koppers
859b8cde6b
updated examples
2017-05-22 22:45:18 +02:00
Tobias Koppers
9f8cdd28a9
add missing file
2017-05-21 23:41:33 +02:00
Tobias Koppers
c41ab084f6
fix export mangling in concatenated modules
2017-05-21 09:15:42 +02:00
Tobias Koppers
9b2a9fa786
Scope Hoisting
2017-05-21 09:15:41 +02:00
Kodai Nakamura
60f154fb11
archieved —> achieved
2017-05-16 21:56:48 +09:00
DONGSHIH TENG
b59e1790cc
'it it' => 'in in'
2017-05-15 11:34:25 +09:00
DONGSHIH TENG
413779bb34
it it=> it in
2017-05-14 00:29:55 +09:00
Arete Code
f223aecd05
rebase for semicolon
2017-04-21 15:48:06 -07:00
Arete Code
914fe2c923
Merge branch 'master' of github.com:webpack/webpack into examples-dll-readme-update2
2017-04-21 15:47:19 -07:00
Huy Nguyen
6124837c41
Update template.md
2017-04-20 16:58:20 -04:00
Arete Code
fa2c16aee9
👕 add back eslint-disable-line on missing require
2017-04-19 12:51:49 -07:00
Arete Code
a1b917ecc3
🆙 updated dll example descriptions on dll-user
2017-04-19 12:45:58 -07:00
Arete Code
1670467093
🆙 📘 updated dll example reference readme
...
🆙 📘 updated dll example descriptions
🔗 📖 added links to dll documentation in the examples
2017-04-19 12:45:42 -07:00
Huy Nguyen
a5d441c530
Fix indentation
2017-04-17 14:03:09 -04:00
Simon Legner
0ef0581201
Add example demonstrating all source-map variants
2017-04-13 00:17:18 +02:00
Tobias Koppers
e4bb4d5296
updated example
2017-04-10 11:44:59 +02:00
Ma Cheng
1fdf800f09
Merge branch 'master' into feature/import-chunk-name
2017-04-06 11:35:40 +08:00
Tobias Koppers
9bb19e69f5
generate correct chunkhash configuration in example
...
fixes #4396
2017-04-04 10:48:59 +02:00
Tobias Koppers
3b7e8d2e6b
fix gfm formating issue
...
fixes #4580
2017-03-30 20:42:42 +02:00
Tobias Koppers
2535c52612
updated examples
2017-03-30 20:25:01 +02:00
mc-zone
0b1b9265fb
Fix indentation.
2017-03-28 10:42:18 +08:00
mc-zone
c7b932b12b
Add code-splitting-specify-chunk-name examples.
2017-03-26 18:45:49 +08:00
Rouzbeh Sarrafieh
a5272e8515
hotlink examples in readme
2017-03-18 03:48:31 -07:00
shotat
ff90624860
fix typo
2017-03-04 19:23:25 +09:00
Tim Sebastian
2c14f6cd2c
remove labeled modules leftovers
2017-02-25 01:10:38 +11:00
Tobias Koppers
3edf64534b
Merge pull request #4273 from webpack/test/dep-and-etp
...
updated api for extract-text-webpack-plugin
2017-02-16 10:59:32 +01:00
Tobias Koppers
86f7df128a
Merge pull request #4286 from abaracedo/fix-typo-1
...
Fix typo
2017-02-15 19:59:48 +01:00
Alejandro Bar Acedo
2317f980c2
Fix typo in template
2017-02-15 19:00:43 +01:00
Tobias Koppers
8f9b4721eb
replace loader with use for the ETP
2017-02-15 14:38:19 +01:00
Alejandro Bar Acedo
f01f04e1bd
Fix typo
...
This PR only fixes a typo
2017-02-14 21:12:45 +01:00
Tobias Koppers
3a8c32bea6
Merge pull request #4280 from simon04/issue-4270
...
Fix name of contexts created using `import()`
2017-02-14 11:44:27 +01:00
jigsaw
4c6e40f65c
fix typo
2017-02-14 06:28:02 +09:00
Simon Legner
c5b0dffa5f
Fix name of contexts created using `import()`
2017-02-13 21:48:10 +01:00
Tobias Koppers
5a135a7264
updated api for extract-text-webpack-plugin
2017-02-13 12:33:49 +01:00
Simon Legner
e2a883f11a
Regenerate examples
2017-02-13 08:49:35 +01:00
Simon Legner
278a3b00a8
Use import() instead of System.import in examples
2017-02-13 08:49:13 +01:00
Tobias Koppers
c49bfdf921
updated move to parent example and add test case
2017-02-06 11:17:08 +01:00
Jer
77705e106c
changed example to made coverage pass. It also seemed like the common functionality may not be working correctly
2017-01-23 22:59:17 -06:00
Tobias Koppers
8e69a80847
code linting
2017-01-11 12:29:01 +01:00
Tobias Koppers
484dfde58f
regenerated examples
2016-12-23 09:24:32 +01:00
Tobias Koppers
a11fa89dc9
add harmony-library example
2016-12-23 09:24:28 +01:00
Tobias Koppers
5e2e0cdbc0
fix loader example
2016-12-23 09:24:25 +01:00
Tobias Koppers
54fe536b54
bettter example templating
2016-12-23 09:24:18 +01:00
Tobias Koppers
3bd4a4c708
only use ES6 modules in example
...
use file reference to add file content to template
regenerate README
2016-12-14 12:24:18 +01:00
Sean Larkin
34ebd401da
update readme some more
2016-12-09 22:59:20 -06:00
Sean Larkin
c35ca4e4ad
feat(examples): add example for context modules + code split via import()
2016-12-09 22:58:29 -06:00
Sean Larkin
bd3d830909
Merge pull request #3443 from fhdhsni/master
...
Fix a trivial typo
2016-12-07 19:02:23 -06:00
Sean Larkin
dab0efef5b
Merge pull request #3441 from webpack/fix/harmony-spelling
...
Fix spelling of "harmony"
2016-12-07 16:50:25 -06:00
Farhad
6fefe1524e
fixing a trivial typo
2016-12-07 22:57:33 +03:30
Johannes Ewald
a59672a5e1
Fix spelling of "harmony"
2016-12-07 19:14:47 +01:00
Johannes Ewald
56b9aabc22
Update examples and README to reflect that the json-loader is not required anymore
2016-12-07 11:44:12 +01:00
Tobias Koppers
91cbb4c288
removed DedupePlugin
...
it's no longer needed for npm3
and causes many issues
2016-11-15 09:25:58 +01:00
Johannes Ewald
b088287805
Fix git conflict in examples/web-worker/README.md
...
Accidentally introduced with #3102
2016-11-02 21:17:06 +01:00
Matt Singletary
f3eaa05e0b
Fix typo in template.md
2016-10-29 12:58:19 +02:00
Matt Singletary
a6c743e2d2
Fix typo in README.md
2016-10-29 12:58:19 +02:00
Tobias Koppers
39116a6925
Merge pull request #3135 from michelgotta/patch-1
...
Added the fix for the extract-text-webpack-plugin error in the "Build Examples" Part
2016-10-26 12:37:50 +02:00
Damien Soulard
a3bfd1e126
Remove automatic -loader module name extension ( #3102 )
...
* fix-2986: Remove automatic -loader module name extension
* remove-automatic-loader-extension: update examples
* fix-2986: Remove automatic -loader module name extension
* fix-2986: Remove automatic -loader module name extension
* fix-2986: Remove automatic -loader module name extension
* Revert changes from spaces to tabs
2016-10-25 23:03:59 +02: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
Sam Zhao
557d4af5a3
docs(example): update examples template ( #3074 )
...
* docs(example): update examples template
* docs(example): add npm script to build examples
2016-09-29 17:01:24 -05:00
Tobias Koppers
592340c215
updated examples
2016-09-20 00:20:04 +02:00
Tobias Koppers
6c38cf9854
fixes to tests and examples
2016-09-20 00:19:55 +02:00
Moorthy Venkatraman
95c0602df5
updated dll example
2016-09-19 21:58:16 +02:00
Moorthy Venkatraman
be39508aa2
Supplying extensions when constructing DllReferencePlugin
2016-09-19 21:56:02 +02:00
Tobias Koppers
8c3d97d933
add test
...
better error messages
validate array
more options in schema
stricter schema
fix some old configs
2016-09-19 00:54:35 +02:00