зеркало из
1
0
Форкнуть 0
vscode-webview-ui-toolkit/docs
AlCalzone b4f21bcbcc
Update esbuild config in getting started guide (#450)
Description of changes

When following the getting started guide, I got stuck because esbuild seems to prefer the UMD exports of some transpiled modules. Those can not be statically analyzed and cause runtime errors for missing dependencies - in my case `vscode-json-languageservice` and some of its dependencies.

By telling esbuild to prefer the module field over main, this issue gets avoided.
2023-03-21 15:22:32 -07:00
..
assets/images Add basic component usage guidelines (#322) 2022-02-07 11:35:41 -08:00
api-report.md Export fast foundation component attribute enums (#310) 2022-01-04 16:06:08 -08:00
components.md Update attribute options typings (#364) 2022-03-28 13:20:06 -07:00
getting-started.md Update esbuild config in getting started guide (#450) 2023-03-21 15:22:32 -07:00