Commit Graph

585 Commits

Author SHA1 Message Date
alexander.akait c3abcb0f55 test: fix 2024-03-12 13:03:06 +03:00
magic-akari d2d8053446
chore: update snapshots 2024-01-30 20:14:26 +08:00
magic-akari 9b8e506c2f
chore: update test cases 2024-01-27 13:09:32 +08:00
alexander.akait 8273948d9d chore: improve eslint configuration 2024-01-13 16:35:31 +03:00
Alexander Akait 32789f8535
docs: add example for stats summary output 2024-01-04 15:45:00 +03:00
Alexander Akait 4b051548a3
docs: add example for stats `none` output 2023-12-29 19:54:13 +03:00
weidehai a6920b872e fix: pipe subprocess std input\output to process 2023-09-27 01:09:55 +08:00
Nitin Kumar 71e073deb0
Merge pull request #17426 from ersachin3112/stats-normal
docs: add example for stats normal  output
2023-08-09 06:51:34 +05:30
Sachin Kumar 90aa8901ec docs: add example for stats none output 2023-07-30 06:39:09 +05:30
Sachin Kumar ff65af6e8a docs: add example for stats none output 2023-06-30 05:55:02 +05:30
Sachin Kumar 9c419c24ba docs: add example for stats normal output 2023-06-27 06:29:16 +05:30
Sachin Kumar 3c3acf39b8 docs: add example for stats summary output 2023-06-25 05:33:24 +05:30
Sachin Kumar aab745ccf7 docs: add example for stats detailed output 2023-06-23 22:58:38 +05:30
Sachin Kumar a24c7ac68d chore: fix lint 2023-06-21 09:34:41 +05:30
Sachin Kumar 64271ede23 chore: fix lint 2023-06-21 06:38:47 +05:30
Sachin Kumar 4615bc07c3 chore: fix lint 2023-06-21 06:08:41 +05:30
Sachin Kumar 6c5bb465b8 docs: add example for stats minimal output 2023-06-20 06:40:49 +05:30
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