File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 158158 },
159159 {
160160 "featureLevel2" : " `node`" ,
161- "featureStatus" : " 🟠 " ,
162- "featureDetails" : " " ,
161+ "featureStatus" : " ✅ " ,
162+ "featureDetails" : " [Webpack `target` string](https://webpack.js.org/configuration/target/#string) " ,
163163 "remarks" : " "
164164 }
165165 ]
423423 }
424424 ]
425425 },
426- {
427- "featureLevel1" : " Lazy Compiling" ,
428- "children" : [
429- {
430- "featureLevel2" : " " ,
431- "featureStatus" : " 🟠" ,
432- "featureDetails" : " " ,
433- "remarks" : " "
434- }
435- ]
436- },
437426 {
438427 "featureLevel1" : " Webpack partially compatible mode" ,
439428 "children" : [
518507 "children" : [
519508 {
520509 "featureLevel2" : " " ,
521- "featureStatus" : " 🟠 " ,
522- "featureDetails" : " " ,
510+ "featureStatus" : " ✅ " ,
511+ "featureDetails" : " Enabled on dev " ,
523512 "remarks" : " "
524513 }
525514 ]
Original file line number Diff line number Diff line change 2626| | ` copy ` | ✅ | [ Mako ` config.copy ` ] ( https://makojs.dev/docs/config#copy ) | |
2727| | ` standalone ` | ❓ | | |
2828| Target | ` browserslist ` | ✅ | [ Webpack ` target ` string] ( https://webpack.js.org/configuration/target/#string ) | |
29- | | ` node ` | 🟠 | | |
29+ | | ` node ` | ✅ | [ Webpack ` target ` string ] ( https://webpack.js.org/configuration/target/#string ) | |
3030| Sourcemap | | ✅ | [ Webpack ` devtool ` configuration] ( https://webpack.js.org/configuration/devtool/ ) | |
3131| Define | | ✅ | [ Webpack ` DefinePlugin ` ] ( https://webpack.js.org/plugins/define-plugin/ ) | |
3232| Providers | | ✅ | [ Webpack ` ProvidePlugin ` ] ( https://webpack.js.org/plugins/provide-plugin/#root ) | |
5858| Module Federation | | ❓ | | |
5959| HMR | | ✅ | | |
6060| Dev Server | | ✅ | | |
61- | Lazy Compiling | | 🟠 | | |
6261| Webpack partially compatible mode | | ✅ | [ Webpack compat example] ( https://github.com/utooland/utoo/tree/next/examples/webpack-compat ) | Made it easy to migrate from webpack-based projects |
6362| Node Polyfill | | ✅ | [ Webpack Node Polyfill Plugin] ( https://github.com/Richienb/node-polyfill-webpack-plugin ) | Automatically polyfills Node.js built-in modules for browser builds |
6463| CSR | | ✅ | | |
6564| SSR | | ❓ | | |
6665| RSC | | ❓ | | |
6766| Server Action | | ❓ | | |
6867| Edge Runtime | | ❓ | | |
69- | Persistent Caching | | 🟠 | | |
68+ | Persistent Caching | | ✅ | Enabled on dev | |
7069| Bundler Tracing Log | ` log file ` | ✅ | | |
7170| | ` log viewer ` | 🟠 | | |
7271
You can’t perform that action at this time.
0 commit comments