You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/web/markdown/en/features/v7.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ export { userConfig }
96
96
97
97
```
98
98
99
-
The main difference is that in`rspack` scenarios, following official best practices, we removed`css-loader`,`postcss-loader`, and`file-loader` and other related build logic. In default scenarios, the`ssr` framework in`rspack` mode only registers`less-loader` processing logic. Other scenarios use`rspack`'s built-in`asset` logic to handle. If developers have other needs that require integrating`postcss-loader` logic, such as needing to use`tailwindcss`, they need to add these build logics themselves through`chain`. You can refer to this tutorial[Using tailwind.css](../faq.md#tailwindcss).
99
+
The main difference is that in`rspack` scenarios, following official best practices, we removed`css-loader`,`postcss-loader`, and`file-loader` and other related build logic. In default scenarios, the`ssr` framework in`rspack` mode only registers`less-loader` processing logic. Other scenarios use`rspack`'s built-in`asset` logic to handle. If developers have other needs that require integrating`postcss-loader` logic, such as needing to use`tailwindcss`, they need to add these build logics themselves through`chain`. You can refer to this tutorial[Using tailwind.css](./features$faq#tailwind.css).
100
100
101
101
Currently, the documentation about v7 is still relatively limited. If you encounter any problems, welcome to submit[issues](https://github.com/zhangyuang/ssr/issues) or[PRs](https://github.com/zhangyuang/ssr/pulls) to help us improve it together.