Sam Brett
|
f5d368efa6
|
feat: ignoreBrowserWarnings option to ignore browser console warnings
|
2023-04-20 10:51:37 -07:00 |
Sean Larkin
|
c349542b72
|
Merge pull request #16988 from ersachin3112/fix-grammer
docs: update grammar mistakes in examples
|
2023-04-14 09:40:37 -07:00 |
Sean Larkin
|
f1ef2eded2
|
Merge pull request #14313 from gthb/wasm-bindgen-example
add wasm-bindgen example
|
2023-04-14 08:55:27 -07:00 |
Sachin Kumar
|
eb817d5e01
|
docs: update grammar mistakes in examples
|
2023-04-14 20:24:40 +05:30 |
Sean Larkin
|
0e0dab0a4b
|
Merge pull request #16936 from webpack/chore-deps-update
chore: deps update
|
2023-04-11 11:15:17 -07:00 |
alexander.akait
|
fb56e428f8
|
chore: update examples and update deps
|
2023-04-08 01:23:22 +03:00 |
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 |
Alexander Akait
|
7c7ca776a2
|
Merge pull request #15812 from noreiller/fix-experiments-css-at-rule-nested
fix(css parser): handle nested atRule
|
2023-04-05 19:47:43 +03:00 |
Nitin Kumar
|
8e7ac44fbd
|
docs: update examples
|
2023-03-12 07:57:40 +05:30 |
Aurelien MANCA
|
7b71e81aa0
|
fix(css parser): handle nested atRule
This will handle @media and @supports atRule identifiers and
enable the replacements of the nested rules names with the
unique ids.
|
2022-05-11 10:00:54 +02:00 |
Tobias Speicher
|
8f56fcba72
|
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
|
2022-03-13 22:54:18 +01:00 |
Gunnlaugur Thor Briem
|
0f41dd1c1b
|
Merge branch 'main' into wasm-bindgen-example
|
2022-03-02 13:47:16 +00:00 |
Tobias Koppers
|
313e416bd2
|
Merge branch 'main' into cspell-globs
|
2022-01-18 10:40:25 +01:00 |
Tobias Koppers
|
3edda4d5f9
|
fix css hmr edge cases
insert css into old location
only look for rel="stylesheet" tags
|
2022-01-14 11:11:06 +01:00 |
Tobias Koppers
|
ccd42408eb
|
fix css hmr support
|
2022-01-13 15:29:22 +01:00 |
Tobias Koppers
|
713aa3715f
|
fix missing css runtime when only initial css is used
|
2022-01-13 10:40:53 +01:00 |
Tobias Koppers
|
16784692d3
|
add `output.cssChunkFilename`
|
2021-12-17 12:18:01 +01:00 |
Tobias Koppers
|
54fff4dd0a
|
add support for `@keyframes`, `animation`, CSS Variables
|
2021-12-16 20:42:44 +01:00 |
Tobias Koppers
|
b5b92dc20e
|
update example
|
2021-12-15 17:05:18 +01:00 |
Tobias Koppers
|
5676030623
|
improve css exports transfer format for the common case
|
2021-12-15 15:27:11 +01:00 |
Tobias Koppers
|
d0f5d44c3a
|
add :local/:global function support for css modules
|
2021-12-15 15:27:11 +01:00 |
Nick Schonning
|
a19d7991c3
|
chore: update cSpell globs and fix typos
|
2021-12-12 16:57:14 -05:00 |
Tobias Koppers
|
b9c6691ff5
|
bugfixes, external assets
|
2021-12-03 16:23:09 +01:00 |
Tobias Koppers
|
fe001307e5
|
use comma instead of space
test dev mode too
|
2021-12-03 08:47:25 +01:00 |
Tobias Koppers
|
3c9801a549
|
add support for external css
|
2021-12-03 08:47:21 +01:00 |
Tobias Koppers
|
8e5109d1eb
|
add support for @import
|
2021-12-03 08:47:12 +01:00 |
Tobias Koppers
|
8ae9507196
|
add support for url() in css
|
2021-12-03 08:46:24 +01:00 |
Tobias Koppers
|
77b5589c1a
|
css generation and hmr
|
2021-12-03 08:46:22 +01:00 |
Tobias Koppers
|
ae52a74802
|
improve buildHttp
allow multiple configurations to write to the same lockfile
add allowedUris for allowlisting
add schema validation
|
2021-10-19 09:21:05 +02:00 |
Gunnlaugur Þór Briem
|
56eb1c632c
|
doc: update readme in accordance with template
|
2021-10-09 20:53:26 +00:00 |
Gunnlaugur Thor Briem
|
04c9ca8584
|
Merge branch 'main' into wasm-bindgen-example
|
2021-09-24 09:09:07 +00:00 |
Gunnlaugur Þór Briem
|
7644f85e77
|
add wasm-bindgen example
|
2021-09-23 18:14:30 +00:00 |
Tobias Koppers
|
4a8bf4c084
|
allow to configure all hash functions used
fix default hash function for HttpUriPlugin to sha512
|
2021-09-23 14:55:13 +02:00 |
Tobias Koppers
|
d28592e9da
|
update examples
|
2021-08-20 08:12:50 +02:00 |
Tobias Koppers
|
1a06a4517b
|
update lazy-compilation example for webpack-dev-server@4
|
2021-08-19 11:00:31 +02:00 |
Tobias Koppers
|
57dac0ea93
|
remove x-import-url handling
|
2021-08-05 16:52:13 +02:00 |
Tobias Koppers
|
e3b8c399c6
|
omit resolved property in lockfiles when equal to key
|
2021-08-05 16:15:29 +02:00 |
Tobias Koppers
|
b6609a4f6b
|
add `experiments.buildHttp`
allows to build remote resources
stores remote resources in a lockfile
|
2021-08-05 15:47:18 +02:00 |
Tobias Koppers
|
0a64c16a89
|
improve module support for WebWorkers
|
2021-06-28 12:30:25 +02:00 |
Tobias Koppers
|
c181294865
|
rename master to main
|
2021-06-28 11:46:10 +02:00 |
Tobias Koppers
|
4da99d8254
|
add `module` library support, test and example
add test cases for `experiments.outputModule`
|
2021-06-23 14:49:14 +02:00 |
Gunnlaugur Thor Briem
|
7b1253c705
|
doc: add wasm examples to ToC
|
2021-06-18 11:24:37 +00:00 |
Tobias Koppers
|
d500420688
|
fix duplicate new URL and spacing for worker dependencies
update worker example
|
2021-03-22 14:30:44 +01:00 |
Valentin Semirulnik
|
e912f50924
|
Add NO_PUBLIC_PATH for worker example
|
2021-03-20 02:07:17 +03: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 |
Tobias Koppers
|
35807ca018
|
add very basic library type "module"
|
2021-02-09 21:28:18 +01:00 |
Tobias Koppers
|
100317556e
|
add lazy compilation for entrypoints
|
2021-01-22 01:01:17 +01:00 |
Tobias Koppers
|
a1515fa9f0
|
add experimental lazy compilation
|
2021-01-21 17:39:56 +01:00 |