Skip to content

Commit 4b1a9db

Browse files
authored
docs: more improvents
1 parent f961c94 commit 4b1a9db

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/content/blog/2026-04-13-webpack-5-106.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module.exports = {
9595
};
9696
```
9797

98-
T> CSS support is more than ready, and it is expected to be fully finalized in the next minor release, as planned in the roadmap. As part of this transition, `css-loader`, `style-loader`, and `mini-css-extract-plugin` will be deprecated.
98+
W> CSS support has matured significantly and is expected to be fully finalized in the next minor release, as planned in the roadmap. As part of this transition, `css-loader`, `style-loader`, and `mini-css-extract-plugin` are planned for deprecation.
9999

100100
## Better Tree Shaking for CommonJS Destructuring
101101

@@ -150,6 +150,8 @@ Webpack now includes experimental support for TC39 [Source Phase Imports](https:
150150

151151
The proposal is currently at **Stage 3** and introduces a way to import a module at the _source phase_ instead of immediately evaluating it. In practical terms for WebAssembly, this means you can obtain a compiled `WebAssembly.Module` first, and instantiate it later with your own imports.
152152

153+
In webpack 5.106, this experimental support is focused on WebAssembly source imports under `experiments.sourceImport`. In the next minor release, the focus is expected to shift toward JavaScript support.
154+
153155
Enable the feature with `experiments.sourceImport`:
154156

155157
```js

0 commit comments

Comments
 (0)