Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: css loading #8534

Merged
merged 1 commit into from
Nov 27, 2024
Merged

refactor: css loading #8534

merged 1 commit into from
Nov 27, 2024

Conversation

JSerFeng
Copy link
Contributor

@JSerFeng JSerFeng commented Nov 26, 2024

Summary

Ref: webpack/webpack#18982

close #8027

Refactor css loading, before we align with webpack that put css modules inside css chunk by encoded css modules info, this can cause problems, it assumes that when javascript start executing, link tags are all loaded, but that was not correct, see webpack/webpack#17611.

This can causing output size a little bit larger, as there are some same css modules, like followings:

'./src/index.css': () => { module.exports ={} },
'./src/foo.css': () => { module.exports ={} },
'./src/bar.css': () => { module.exports ={} },

We will solve this later

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copy link

netlify bot commented Nov 26, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 65a841d
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/6746ef21c70d620008347cc5

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Nov 26, 2024
Copy link

codspeed-hq bot commented Nov 26, 2024

CodSpeed Performance Report

Merging #8534 will not alter performance

Comparing refactor/css-loading (65a841d) with main (2edb6b4)

Summary

✅ 1 untouched benchmarks

@JSerFeng JSerFeng force-pushed the refactor/css-loading branch 3 times, most recently from 325cb04 to fac9e77 Compare November 27, 2024 06:52
@JSerFeng JSerFeng marked this pull request as ready for review November 27, 2024 07:15
@JSerFeng JSerFeng force-pushed the refactor/css-loading branch from 6cb1b12 to ef81666 Compare November 27, 2024 09:50
ahabhgk
ahabhgk previously approved these changes Nov 27, 2024
@JSerFeng JSerFeng enabled auto-merge (squash) November 27, 2024 10:18
Copy link
Contributor

Test Compatibility Diff

main pr diff
77.044% 76.936% ❌ ⏬ -0.108
Unpassed tests

4 🔴 Stats chunkGroups: TODO
5 🔴 Stats chunkGroups: TODO
6 🔴 Stats chunkGroups: TODO
11 🔴 Compiler: TODO
12 🔴 Compiler: TODO
13 🔴 Compiler: TODO
14 🔴 Compiler: TODO
15 🔴 Compiler: TODO
18 🔴 Compiler methods isChild: TODO
30 🔴 Compiler: TODO
32 🔴 Compiler: TODO
36 🔴 Compiler: TODO
39 🔴 Compiler: TODO
41 🔴 Compiler: TODO
60 🔴 MultiCompiler: TODO
65 ⚪️ Examples aggressive-merging: TODO
66 ⚪️ Examples asset-advanced: TODO
73 ⚪️ Examples cjs-tree-shaking: TODO
80 ⚪️ Examples code-splitting-bundle-loader: TODO
97 ⚪️ Examples common-chunk-grandchildren: TODO
102 ⚪️ Examples custom-json-modules: TODO
103 ⚪️ Examples dll: TODO
104 ⚪️ Examples dll-app-and-vendor/0-vendor: TODO
105 ⚪️ Examples dll-app-and-vendor/1-app: TODO
106 ⚪️ Examples dll-entry-only: TODO
107 ⚪️ Examples dll-user: TODO
108 ⚪️ Examples explicit-vendor-chunk: TODO
123 ⚪️ Examples http2-aggressive-splitting: TODO
126 ⚪️ Examples lazy-compilation: TODO
137 ⚪️ Examples module-federation: TODO
150 ⚪️ Examples persistent-caching: TODO
167 ⚪️ Examples typescript: TODO
175 ⚪️ aggressive-splitting-entry: TODO
176 🔴 aggressive-splitting-on-demand: support webpack.optimize.AggressiveSplittingPlugin
177 🔴 all-stats: support webpack.optimize.AggressiveSplittingPlugin
180 🔴 async-commons-chunk: #4313
181 🟡 async-commons-chunk-auto: check the consistency with webpack
183 🔴 chunk-module-id-range: support ChunkModuleIdRangePlugin
184 🔴 chunks: support AMD require
185 🔴 chunks-development: support AMD require
189 🔴 color-enabled-custom: support color object
191 🔴 commons-chunk-min-size-0: Method RegExp.prototype.test called on incompatible receiver undefined
193 🟡 commons-plugin-issue-4980: check the consistency with webpack
194 🟡 concat-and-sideeffects: check the consistency with webpack
195 🔴 context-independence: hash changed
197 🔴 define-plugin: webpack.DefinePlugin.runtimeValue is not a function
198 🔴 details-error: custom error details
199 🔴 dll-reference-plugin-issue-7624: webpack.DllReferencePlugin is not a constructor
200 🔴 dll-reference-plugin-issue-7624-error: webpack.DllReferencePlugin is not a constructor
201 🔴 entry-filename: unstable
204 🟡 graph-correctness-entries: check the consistency with webpack
205 🟡 graph-correctness-modules: check the consistency with webpack
206 🟡 graph-roots: check the consistency with webpack
207 🟡 ignore-warnings: check the consistency with webpack
210 🟡 import-weak: check the consistency with webpack
211 🟡 import-weak-parser-option: check the consistency with webpack
213 🟡 issue-7577: check the consistency with webpack
215 🔴 logging: unstable
216 🟡 logging-debug: check the consistency with webpack
219 🟡 module-assets: check the consistency with webpack
220 🟡 module-deduplication: check the consistency with webpack
221 🟡 module-deduplication-named: check the consistency with webpack
222 🔴 module-federation-custom-exposed-module-name: build failed
224 🟡 module-reasons: check the consistency with webpack
227 🟡 named-chunk-groups: check the consistency with webpack
229 ⚪️ named-chunks-plugin-async: TODO
230 🔴 no-emit-on-errors-plugin-with-child-error: support NoEmitOnErrorsPlugin
235 🔴 performance-disabled: support AMD require
236 🔴 performance-error: support AMD require
238 🔴 performance-no-hints: support AMD require
243 🔴 preset-detailed: support AMD require
247 🔴 preset-minimal: support AMD require
253 🔴 preset-normal: support AMD require
254 🔴 preset-normal-performance: support AMD require
255 🔴 preset-normal-performance-ensure-filter-sourcemaps: support AMD require
257 🔴 preset-verbose: suport AMD require
258 🔴 real-content-hash: unstable
259 🟡 related-assets: check the consistency with webpack
260 🔴 resolve-plugin-context: support resolve plugins
263 🔴 runtime-chunk-integration: support MinChunkSizePlugin
266 🟡 runtime-specific-used-exports: check the consistency with webpack
267 🔴 scope-hoisting-bailouts: unstable
268 🟡 scope-hoisting-multi: check the consistency with webpack
269 🟡 side-effects-issue-7428: check the consistency with webpack
270 🔴 side-effects-optimization: unstable
271 🟡 side-effects-simple-unused: check the consistency with webpack
272 🔴 simple: unstable
273 🔴 simple-more-info: unstable
275 🟡 split-chunks-automatic-name: check the consistency with webpack
276 🟡 split-chunks-chunk-name: check the consistency with webpack
277 🟡 split-chunks-combinations: check the consistency with webpack
278 🟡 split-chunks-issue-6413: check the consistency with webpack
279 🟡 split-chunks-issue-6696: check the consistency with webpack
280 🟡 split-chunks-issue-7401: check the consistency with webpack
281 🟡 split-chunks-keep-remaining-size: check the consistency with webpack
282 🔴 split-chunks-max-size: unstable
283 🟡 split-chunks-min-size-reduction: check the consistency with webpack
284 🟡 split-chunks-prefer-bigger-splits: check the consistency with webpack
285 🟡 split-chunks-runtime-specific: check the consistency with webpack
286 🔴 tree-shaking: support require.include
287 ⚪️ wasm-explorer-examples-sync: TODO
380 ⚪️ HotTestCases async-node chunks split-chunks: TODO
381 ⚪️ HotTestCases async-node chunks split-chunks-webpackhot: TODO
410 ⚪️ HotTestCases async-node define issue-6962: TODO
423 ⚪️ HotTestCases async-node disposing runtime-independent-filename: TODO
481 ⚪️ HotTestCases async-node hashing full-hash-syntax-error: TODO
499 ⚪️ HotTestCases async-node lazy-compilation https: TODO
508 ⚪️ HotTestCases async-node lazy-compilation simple: TODO
513 ⚪️ HotTestCases async-node loader-import-module css: TODO
514 ⚪️ HotTestCases async-node numeric-ids add-remove-chunks: TODO
579 ⚪️ HotTestCases async-node runtime root-error: TODO
612 🔴 HotTestCases async-node worker move-between-runtime: #5597
613 ⚪️ HotTestCases async-node worker remove-add-worker: TODO
635 ⚪️ HotTestCases webworker chunks split-chunks: TODO
636 ⚪️ HotTestCases webworker chunks split-chunks-webpackhot: TODO
665 ⚪️ HotTestCases webworker define issue-6962: TODO
678 ⚪️ HotTestCases webworker disposing runtime-independent-filename: TODO
736 ⚪️ HotTestCases webworker hashing full-hash-syntax-error: TODO
754 ⚪️ HotTestCases webworker lazy-compilation https: TODO
763 ⚪️ HotTestCases webworker lazy-compilation simple: TODO
768 ⚪️ HotTestCases webworker loader-import-module css: TODO
769 ⚪️ HotTestCases webworker numeric-ids add-remove-chunks: TODO
834 ⚪️ HotTestCases webworker runtime root-error: TODO
867 🔴 HotTestCases webworker worker move-between-runtime: #5597
893 ⚪️ HotTestCases node chunks split-chunks: TODO
894 ⚪️ HotTestCases node chunks split-chunks-webpackhot: TODO
923 ⚪️ HotTestCases node define issue-6962: TODO
936 ⚪️ HotTestCases node disposing runtime-independent-filename: TODO
994 ⚪️ HotTestCases node hashing full-hash-syntax-error: TODO
1012 ⚪️ HotTestCases node lazy-compilation https: TODO
1021 ⚪️ HotTestCases node lazy-compilation simple: TODO
1026 ⚪️ HotTestCases node loader-import-module css: TODO
1027 ⚪️ HotTestCases node numeric-ids add-remove-chunks: TODO
1092 ⚪️ HotTestCases node runtime root-error: TODO
1125 🔴 HotTestCases node worker move-between-runtime: #5597
1151 ⚪️ HotTestCases web chunks split-chunks: TODO
1152 ⚪️ HotTestCases web chunks split-chunks-webpackhot: TODO
1181 ⚪️ HotTestCases web define issue-6962: TODO
1194 ⚪️ HotTestCases web disposing runtime-independent-filename: TODO
1252 ⚪️ HotTestCases web hashing full-hash-syntax-error: TODO
1270 ⚪️ HotTestCases web lazy-compilation https: TODO
1279 ⚪️ HotTestCases web lazy-compilation simple: TODO
1284 ⚪️ HotTestCases web loader-import-module css: TODO
1285 ⚪️ HotTestCases web numeric-ids add-remove-chunks: TODO
1350 ⚪️ HotTestCases web runtime root-error: TODO
1383 🔴 HotTestCases web worker move-between-runtime: #5597
1393 🔴 TestCases normal amd define-needs-module: #4313
1394 🔴 TestCases normal amd namedModules: #4313
1395 🔴 TestCases normal amd namedModulesConstArrayDep: #4313
1453 🔴 TestCases normal chunks runtime: flagIncludedChunks
1455 🟡 TestCases normal chunks weak-dependencies: #2787
1553 🟡 TestCases normal cjs-tree-shaking bailouts: #4313
1678 🔴 TestCases normal compile deduplication-bundle-loader: #4304
1699 🔴 TestCases normal context import-meta-webpack-context: #4305
1773 🔴 TestCases normal errors load-module-cycle: #3738
1774 🔴 TestCases normal errors load-module-cycle-multiple: #3738
1775 🔴 TestCases normal errors load-module-error: #3738
1903 🔴 TestCases normal json import-assertions-type-json: Rspack don't support import assertions since it's deprecated
1965 🔴 TestCases normal large big-assets: #3180
1966 ⚪️ TestCases normal large many-replacements: TODO
1974 🔴 TestCases normal loaders issue-10725: blocked by this.loadModule #3738
1975 🔴 TestCases normal loaders issue-2299: blocked by this.loadModule #3738
1976 🔴 TestCases normal loaders issue-4959: blocked by this.loadModule #3738
1980 🔴 TestCases normal loaders no-string: blocked by #3459
1985 🔴 TestCases normal loaders utils: #4397
2059 🔴 TestCases normal mjs type-module: compile time evaluation typeof and amd
2139 🔴 TestCases normal nonce set-nonce: #4401
2147 🔴 TestCases normal optimize side-effects-reexport-start-unknown: new tree-shaking re-implementation
2214 🔴 TestCases normal parsing amd-rename: #4313
2224 🟡 TestCases normal parsing complex-require: #4313
2225 🔴 TestCases normal parsing context: #3346
2226 🔴 TestCases normal parsing declared-api: #4313
2230 🟡 TestCases normal parsing evaluate: should not evaluate new RegExp for redefined RegExp
2232 🔴 TestCases normal parsing extract-amd: #4313
2233 🔴 TestCases normal parsing extract-amd.nominimize: #4313
2234 🟡 TestCases normal parsing extract-require: should not parse require in function arguments
2251 🔴 TestCases normal parsing harmony-injecting-order: #4313
2273 🔴 TestCases normal parsing issue-2084: #4313
2283 🔴 TestCases normal parsing issue-2641: #4313
2287 ⚪️ TestCases normal parsing issue-3252: TODO
2288 ⚪️ TestCases normal parsing issue-3273: TODO
2289 🔴 TestCases normal parsing issue-345: #4313
2291 🔴 TestCases normal parsing issue-387: #4313
2302 🔴 TestCases normal parsing issue-4940: #4313
2311 🔴 TestCases normal parsing issue-758: #4313
2317 🔴 TestCases normal parsing local-modules: #4313
2321 🔴 TestCases normal parsing nullish-coalescing: #4300
2325 🔴 TestCases normal parsing precreated-ast: #4442
2326 🔴 TestCases normal parsing renaming: #4313, #3346
2330 🔴 TestCases normal parsing strict-mode: #4313
2332 🟡 TestCases normal parsing typeof: require.include
2334 🔴 TestCases normal parsing unsupported-amd: #4313
2880 🔴 TestCases normal resolving commomjs-local-module: #4313
2884 🔴 TestCases normal resolving issue-2986: #4348
2928 🔴 TestCases normal runtime chunk-callback-order: #4313
3012 ⚪️ TestCases normal scope-hoisting renaming-shorthand-5027: TODO
3279 ⚪️ TestCases normal wasm v128: TODO
3378 🔴 TestCases hot amd define-needs-module: #4313
3379 🔴 TestCases hot amd namedModules: #4313
3380 🔴 TestCases hot amd namedModulesConstArrayDep: #4313
3438 🔴 TestCases hot chunks runtime: flagIncludedChunks
3440 🟡 TestCases hot chunks weak-dependencies: #2787
3538 🟡 TestCases hot cjs-tree-shaking bailouts: #4313
3663 🔴 TestCases hot compile deduplication-bundle-loader: #4304
3684 🔴 TestCases hot context import-meta-webpack-context: #4305
3758 🔴 TestCases hot errors load-module-cycle: #3738
3759 🔴 TestCases hot errors load-module-cycle-multiple: #3738
3760 🔴 TestCases hot errors load-module-error: #3738
3888 🔴 TestCases hot json import-assertions-type-json: Rspack don't support import assertions since it's deprecated
3950 🔴 TestCases hot large big-assets: #3180
3951 ⚪️ TestCases hot large many-replacements: TODO
3959 🔴 TestCases hot loaders issue-10725: blocked by this.loadModule #3738
3960 🔴 TestCases hot loaders issue-2299: blocked by this.loadModule #3738
3961 🔴 TestCases hot loaders issue-4959: blocked by this.loadModule #3738
3965 🔴 TestCases hot loaders no-string: blocked by #3459
3970 🔴 TestCases hot loaders utils: #4397
4044 🔴 TestCases hot mjs type-module: compile time evaluation typeof and amd
4124 🔴 TestCases hot nonce set-nonce: #4401
4132 🔴 TestCases hot optimize side-effects-reexport-start-unknown: new tree-shaking re-implementation
4199 🔴 TestCases hot parsing amd-rename: #4313
4209 🟡 TestCases hot parsing complex-require: #4313
4210 🔴 TestCases hot parsing context: #3346
4211 🔴 TestCases hot parsing declared-api: #4313
4215 🟡 TestCases hot parsing evaluate: should not evaluate new RegExp for redefined RegExp
4217 🔴 TestCases hot parsing extract-amd: #4313
4218 🔴 TestCases hot parsing extract-amd.nominimize: #4313
4219 🟡 TestCases hot parsing extract-require: should not parse require in function arguments
4236 🔴 TestCases hot parsing harmony-injecting-order: #4313
4258 🔴 TestCases hot parsing issue-2084: #4313
4268 🔴 TestCases hot parsing issue-2641: #4313
4272 ⚪️ TestCases hot parsing issue-3252: TODO
4273 ⚪️ TestCases hot parsing issue-3273: TODO
4274 🔴 TestCases hot parsing issue-345: #4313
4276 🔴 TestCases hot parsing issue-387: #4313
4287 🔴 TestCases hot parsing issue-4940: #4313
4296 🔴 TestCases hot parsing issue-758: #4313
4302 🔴 TestCases hot parsing local-modules: #4313
4306 🔴 TestCases hot parsing nullish-coalescing: #4300
4310 🔴 TestCases hot parsing precreated-ast: #4442
4311 🔴 TestCases hot parsing renaming: #4313, #3346
4315 🔴 TestCases hot parsing strict-mode: #4313
4317 🟡 TestCases hot parsing typeof: require.include
4319 🔴 TestCases hot parsing unsupported-amd: #4313
4867 🔴 TestCases hot resolving commomjs-local-module: #4313
4871 🔴 TestCases hot resolving issue-2986: #4348
4915 🔴 TestCases hot runtime chunk-callback-order: #4313
4999 ⚪️ TestCases hot scope-hoisting renaming-shorthand-5027: TODO
5266 ⚪️ TestCases hot wasm v128: TODO
5365 🔴 ConfigTestCases additional-pass simple simple: #8485
5371 ⚪️ ConfigTestCases asset-emitted normal normal: TODO
5380 🔴 ConfigTestCases asset-modules custom-condition custom-condition: #8488
5417 🔴 ConfigTestCases asset-modules global-options global-options: #8488
5418 🔴 ConfigTestCases asset-modules http-url http-url: #8490
5419 ⚪️ ConfigTestCases asset-modules ignore ignore: TODO
5452 ⚪️ ConfigTestCases asset-modules query-and-custom-condition query-and-custom-condition: TODO
5453 ⚪️ ConfigTestCases asset-modules query-and-custom-encoder query-and-custom-encoder: TODO
5462 ⚪️ ConfigTestCases asset-modules rule-generator-outputPath rule-generator-outputPath: TODO
5479 ⚪️ ConfigTestCases asset-modules unsafe-cache-13827 unsafe-cache-13827: TODO
5492 ⚪️ ConfigTestCases asset-url target-node3 target-node3: TODO
5493 ⚪️ ConfigTestCases asset-url target-web1 target-web1: TODO
5511 🔴 ConfigTestCases async-commons-chunk all-selected all-selected: #4313
5516 🔴 ConfigTestCases async-commons-chunk existing-name existing-name: #4313
5525 🔴 ConfigTestCases async-commons-chunk simple simple: #4313
5533 ⚫️ ConfigTestCases cache-dependencies managed-items managed-items: No plan
5534 ⚫️ ConfigTestCases cache-dependencies managed-items-unsafe-cache managed-items-unsafe-cache: No plan
5550 ⚪️ ConfigTestCases chunk-index order-multiple-entries order-multiple-entries: TODO
5551 ⚪️ ConfigTestCases clean dry dry: TODO
5556 ⚪️ ConfigTestCases clean ignore-fn ignore-fn: TODO
5557 ⚪️ ConfigTestCases clean ignore-hook ignore-hook: TODO
5558 ⚪️ ConfigTestCases clean ignore-rx ignore-rx: TODO
5559 ⚪️ ConfigTestCases clean link link: TODO
5564 ⚪️ ConfigTestCases code-generation require-context-id require-context-id: TODO
5565 ⚪️ ConfigTestCases code-generation use-strict use-strict: TODO
5584 🔴 ConfigTestCases concatenate-modules import-module import-module: #8447
5603 ⚪️ ConfigTestCases concatenate-modules split-chunk-entry-module split-chunk-entry-module: TODO
5695 ⚪️ ConfigTestCases contenthash assets assets: TODO
5696 ⚪️ ConfigTestCases contenthash include-chunk-id include-chunk-id: TODO
5697 ⚪️ ConfigTestCases context-exclusion simple simple: TODO
5702 ⚪️ ConfigTestCases context-replacement a a: TODO
5707 ⚪️ ConfigTestCases context-replacement c c: TODO
5708 ⚪️ ConfigTestCases context-replacement d d: TODO
5709 ⚪️ ConfigTestCases context-replacement e e: TODO
5735 ⚪️ ConfigTestCases css css-modules css-modules: TODO
5736 ⚪️ ConfigTestCases css css-modules-in-node css-modules-in-node: TODO
5742 ⚪️ ConfigTestCases css exports-in-node exports-in-node: TODO
5759 ⚪️ ConfigTestCases css pseudo-export pseudo-export: TODO
5760 ⚪️ ConfigTestCases css urls urls: TODO
5761 ⚫️ ConfigTestCases custom-hash-function xxhash xxhash: No plan
5762 ⚪️ ConfigTestCases custom-modules json-custom json-custom: TODO
5763 ⚪️ ConfigTestCases custom-source-type localization localization: TODO
5764 ⚪️ ConfigTestCases deep-scope-analysis remove-export remove-export: TODO
5765 ⚪️ ConfigTestCases deep-scope-analysis remove-export-scope-hoisting remove-export-scope-hoisting: TODO
5770 ⚪️ ConfigTestCases delegated simple simple: TODO
5771 ⚪️ ConfigTestCases delegated-hash simple simple: TODO
5776 ⚪️ ConfigTestCases deprecations chunk-and-module chunk-and-module: TODO
5777 ⚪️ ConfigTestCases deprecations chunk-files chunk-files: TODO
5778 ⚪️ ConfigTestCases deprecations config config: TODO
5779 ⚪️ ConfigTestCases deprecations invalid-dependencies invalid-dependencies: TODO
5780 ⚪️ ConfigTestCases deprecations non-unique-hash non-unique-hash: TODO
5822 ⚪️ ConfigTestCases dll-plugin 3-use-dll-with-hashid 3-use-dll-with-hashid: TODO
5892 🔴 ConfigTestCases entry depend-on-advanced depend-on-advanced: afterSeal hook blocks
5893 🔴 ConfigTestCases entry depend-on-bug depend-on-bug: DynamicEntryPlugin blocks
5894 🔴 ConfigTestCases entry depend-on-non-js depend-on-non-js: mini-extract-css-plugin blocks
5955 ⚪️ ConfigTestCases entry weird-names weird-names: TODO
5956 ⚪️ ConfigTestCases entry weird-names2 weird-names2: TODO
5957 ⚪️ ConfigTestCases errors asset-options-validation asset-options-validation: TODO
5958 ⚪️ ConfigTestCases errors case-emit case-emit: TODO
5965 ⚪️ ConfigTestCases errors entry-not-found entry-not-found: TODO
5966 ⚪️ ConfigTestCases errors exception-in-chunk-renderer exception-in-chunk-renderer: TODO
5979 ⚪️ ConfigTestCases externals async-externals async-externals: TODO
5991 ⚪️ ConfigTestCases externals externals-array externals-array: TODO
5996 ⚪️ ConfigTestCases externals externals-in-commons-chunk externals-in-commons-chunk: TODO
6001 ⚪️ ConfigTestCases externals externals-system-custom externals-system-custom: TODO
6010 ⚪️ ConfigTestCases externals import-attributes import-attributes: TODO
6033 ⚪️ ConfigTestCases externals optional-externals-root optional-externals-root: TODO
6034 ⚪️ ConfigTestCases externals optional-externals-umd optional-externals-umd: TODO
6035 ⚪️ ConfigTestCases externals optional-externals-umd2 optional-externals-umd2: TODO
6036 ⚪️ ConfigTestCases externals optional-externals-umd2-mixed optional-externals-umd2-mixed: TODO
6041 ⚪️ ConfigTestCases externals resolve resolve: TODO
6059 ⚪️ ConfigTestCases filename-template split-chunks-filename split-chunks-filename: TODO
6111 ⚪️ ConfigTestCases hash-length deterministic-module-ids deterministic-module-ids: TODO
6112 ⚪️ ConfigTestCases hash-length hashed-module-ids hashed-module-ids: TODO
6113 ⚪️ ConfigTestCases hash-length output-filename output-filename: TODO
6251 ⚪️ ConfigTestCases inner-graph blockScopes blockScopes: TODO
6252 ⚪️ ConfigTestCases inner-graph class class: TODO
6253 ⚪️ ConfigTestCases inner-graph const const: TODO
6476 ⚪️ ConfigTestCases inner-graph issue-12669 issue-12669: TODO
6539 ⚪️ ConfigTestCases inner-graph varNotWritten varNotWritten: TODO
6540 ⚪️ ConfigTestCases inner-graph varWritten varWritten: TODO
6576 ⚪️ ConfigTestCases json tree-shaking-default tree-shaking-default: TODO
6587 ⚪️ ConfigTestCases layer rules rules: TODO
6672 ⚪️ ConfigTestCases loaders #-issue-14755-# #-issue-14755-#: TODO
6715 ⚪️ ConfigTestCases loaders options options: TODO
6716 🔴 ConfigTestCases loaders pr-14384 pr-14384: Rspack does not export NormalModule and support beforeLoaders from JS side and whether to implemented is tracked here: https://github.com/orgs/web-infra-dev/projects/9
6727 ⚪️ ConfigTestCases managedPaths futureDefaults futureDefaults: TODO
6728 ⚪️ ConfigTestCases mangle mangle-with-object-prop mangle-with-object-prop: TODO
6770 ⚪️ ConfigTestCases optimization chunk chunk: TODO
6781 ⚪️ ConfigTestCases optimization hashed-module-ids hashed-module-ids: TODO
6869 ⚪️ ConfigTestCases parsing context context: TODO
6887 ⚪️ ConfigTestCases parsing harmony-this-concat harmony-this-concat: TODO
6896 ⚪️ ConfigTestCases parsing issue-14545 issue-14545: TODO
6897 🔴 ConfigTestCases parsing issue-14720 issue-14720: Nested blocks
6898 ⚪️ ConfigTestCases parsing issue-2942 issue-2942: TODO
6915 ⚪️ ConfigTestCases parsing issue-8293 issue-8293: TODO
6916 ⚪️ ConfigTestCases parsing issue-9042 issue-9042: TODO
6930 ⚪️ ConfigTestCases parsing optional optional: TODO
6931 ⚪️ ConfigTestCases parsing optional-chaining optional-chaining: TODO
6936 ⚪️ ConfigTestCases parsing require-ignore require-ignore: TODO
6941 ⚪️ ConfigTestCases parsing requirejs requirejs: TODO
6942 ⚪️ ConfigTestCases parsing system.import system.import: TODO
6956 🔴 ConfigTestCases plugins banner-plugin-hashing banner-plugin-hashing: Lacking support of chunkhash
6957 ⚪️ ConfigTestCases plugins define-plugin define-plugin: TODO
6958 ⚪️ ConfigTestCases plugins define-plugin-bigint define-plugin-bigint: TODO
6962 ⚪️ ConfigTestCases plugins lib-manifest-plugin lib-manifest-plugin: TODO
6968 ⚪️ ConfigTestCases plugins min-chunk-size min-chunk-size: TODO
6969 ⚪️ ConfigTestCases plugins mini-css-extract-plugin mini-css-extract-plugin: TODO
6970 ⚪️ ConfigTestCases plugins profiling-plugin profiling-plugin: TODO
6971 ⚪️ ConfigTestCases plugins progress-plugin progress-plugin: TODO
6986 ⚪️ ConfigTestCases plugins source-map-dev-tool-plugin source-map-dev-tool-plugin: TODO
7004 ⚪️ ConfigTestCases process-assets html-plugin html-plugin: TODO
7005 ⚪️ ConfigTestCases race-conditions load-module load-module: TODO
7015 ⚪️ ConfigTestCases records issue-295 issue-295: TODO
7016 ⚪️ ConfigTestCases records issue-2991 issue-2991: TODO
7017 ⚪️ ConfigTestCases records issue-7339 issue-7339: TODO
7018 ⚪️ ConfigTestCases records issue-7492 issue-7492: TODO
7019 ⚪️ ConfigTestCases records stable-sort stable-sort: TODO
7020 ⚪️ ConfigTestCases require module-require module-require: TODO
7021 ⚪️ ConfigTestCases resolve context-resolve-with-ignore context-resolve-with-ignore: TODO
7022 ⚪️ ConfigTestCases resolve empty-context-module empty-context-module: TODO
7029 ⚪️ ConfigTestCases resolve issue-11335-context-module issue-11335-context-module: TODO
7030 ⚪️ ConfigTestCases resolve issue-15580 issue-15580: TODO
7035 ⚪️ ConfigTestCases resolve only-module only-module: TODO
7040 ⚪️ ConfigTestCases resolve-merging override override: TODO
7045 ⚪️ ConfigTestCases resolving prefer-absolute prefer-absolute: TODO
7050 ⚪️ ConfigTestCases rule-set chaining chaining: TODO
7051 ⚪️ ConfigTestCases rule-set compiler compiler: TODO
7052 ⚪️ ConfigTestCases rule-set custom custom: TODO
7061 ⚪️ ConfigTestCases rule-set simple simple: TODO
7062 ⚪️ ConfigTestCases rule-set simple-use-array-fn simple-use-array-fn: TODO
7063 ⚪️ ConfigTestCases rule-set simple-use-fn-array simple-use-fn-array: TODO
7088 ⚪️ ConfigTestCases scope-hoisting create-dll-plugin create-dll-plugin: TODO
7089 ⚪️ ConfigTestCases scope-hoisting dll-plugin dll-plugin: TODO
7116 ⚪️ ConfigTestCases sharing consume-module-ignore-warnings consume-module-ignore-warnings: TODO
7121 ⚪️ ConfigTestCases sharing consume-multiple-versions-ignore-warnings consume-multiple-versions-ignore-warnings: TODO
7171 ⚪️ ConfigTestCases side-effects issue-13063 issue-13063: TODO
7190 ⚪️ ConfigTestCases side-effects url url: TODO
7215 ⚪️ ConfigTestCases source-map context-module-source-path context-module-source-path: TODO
7233 ⚪️ ConfigTestCases source-map exclude-modules-source-map exclude-modules-source-map: TODO
7267 🔴 ConfigTestCases source-map relative-source-map-path relative-source-map-path: #4304
7268 🔴 ConfigTestCases source-map relative-source-maps-by-loader relative-source-maps-by-loader: #5393
7277 ⚪️ ConfigTestCases source-map source-map-with-profiling-plugin source-map-with-profiling-plugin: TODO
7299 🔴 ConfigTestCases split-chunks custom-filename-function custom-filename-function: not support function type of splitChunks #4333
7305 🔴 ConfigTestCases split-chunks entry-point-error entry-point-error: should emit error if entry point and splitted chunk have the same name #4332
7314 🔴 ConfigTestCases split-chunks issue-11513 issue-11513: should support object type minSize #4331
7339 🔴 ConfigTestCases split-chunks no-options no-options: no js splitChunks plugin
7344 🔴 ConfigTestCases split-chunks runtime-chunk runtime-chunk: not have the same name for splitted chunk with webpack #4334
7378 🔴 ConfigTestCases split-chunks-common hot hot: block: require.main #3562
7419 ⚪️ ConfigTestCases target amd-container-named amd-container-named: TODO
7425 ⚪️ ConfigTestCases target amd-container-unnamed amd-container-unnamed: TODO
7426 ⚪️ ConfigTestCases target amd-named amd-named: TODO
7432 ⚪️ ConfigTestCases target amd-unnamed amd-unnamed: TODO
7466 ⚪️ ConfigTestCases target system-named-assets-path system-named-assets-path: TODO
7471 ⚪️ ConfigTestCases target umd-auxiliary-comments-object umd-auxiliary-comments-object: TODO
7472 ⚪️ ConfigTestCases target umd-auxiliary-comments-string umd-auxiliary-comments-string: TODO
7504 ⚪️ ConfigTestCases types filesystems filesystems: TODO
7509 ⚪️ ConfigTestCases utils lazy-set lazy-set: TODO
7510 ⚪️ ConfigTestCases wasm export-imported-global export-imported-global: TODO
7511 ⚪️ ConfigTestCases wasm identical identical: TODO
7512 ⚪️ ConfigTestCases wasm import-wasm-wasm import-wasm-wasm: TODO
7513 ⚪️ ConfigTestCases wasm missing-wasm-experiment missing-wasm-experiment: TODO
7514 ⚪️ ConfigTestCases wasm wasm-in-initial-chunk-error wasm-in-initial-chunk-error: TODO
7515 ⚪️ ConfigTestCases web attach-existing attach-existing: TODO
7520 ⚪️ ConfigTestCases web node-source-future-defaults node-source-future-defaults: TODO
7521 ⚪️ ConfigTestCases web node-source-global node-source-global: TODO
7522 ⚪️ ConfigTestCases web non-js-chunks-entrypoint non-js-chunks-entrypoint: TODO
7523 ⚪️ ConfigTestCases web non-js-chunks-entrypoint-runtime-chunk non-js-chunks-entrypoint-runtime-chunk: TODO
7544 ⚪️ ConfigTestCases web unique-jsonp unique-jsonp: TODO
7609 ⚪️ WatchTestCases add-defines: TODO
7614 ⚪️ WatchTestCases child-compilation-cache: TODO
7618 ⚪️ WatchTestCases loader-import-module: TODO
7619 ⚪️ WatchTestCases managedPath: TODO
7620 ⚪️ WatchTestCases new-split-chunk-entry-node: TODO
7621 ⚪️ WatchTestCases new-split-chunk-entry-web: TODO
7622 ⚪️ WatchTestCases reexport-mangle: TODO
7624 ⚪️ WatchTestCases unsafe-cache-duplicates: TODO
7625 ⚪️ WatchTestCases unsafe-cache-managed-paths: TODO
7632 ⚪️ WatchTestCases switching-harmony: TODO
7633 ⚪️ WatchTestCases automatic-prefetch-plugin: TODO
7634 ⚪️ WatchTestCases automatic-prefetch-plugin-9485: TODO
7635 ⚪️ WatchTestCases define-plugin: TODO
7636 ⚪️ WatchTestCases dll-reference-plugin: TODO
7637 ⚪️ WatchTestCases mini-css-extract-plugin: TODO
7639 ⚪️ WatchTestCases profiling-plugin: TODO
7640 ⚪️ WatchTestCases watch-ignore-plugin: TODO
7642 ⚪️ WatchTestCases parse-failed-esm: TODO
7643 ⚪️ WatchTestCases in-loader: TODO
7645 ⚪️ WatchTestCases static-import: TODO
7652 ⚪️ WatchTestCases unable-to-snapshot: TODO

@JSerFeng JSerFeng merged commit a8fc586 into main Nov 27, 2024
32 checks passed
@JSerFeng JSerFeng deleted the refactor/css-loading branch November 27, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team The issue/pr is created by the member of Rspack.
Projects
None yet
2 participants