Skip to content

Commit ee2ea55

Browse files
committed
docs(pack): update features list and regenerate config schema
1 parent 6103a61 commit ee2ea55

3 files changed

Lines changed: 1412 additions & 18 deletions

File tree

packages/pack/docs/features-list.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
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
]
@@ -423,17 +423,6 @@
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": [
@@ -518,8 +507,8 @@
518507
"children": [
519508
{
520509
"featureLevel2": "",
521-
"featureStatus": "🟠",
522-
"featureDetails": "",
510+
"featureStatus": "",
511+
"featureDetails": "Enabled on dev",
523512
"remarks": ""
524513
}
525514
]

packages/pack/docs/features-list.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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) | |
@@ -58,15 +58,14 @@
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

0 commit comments

Comments
 (0)