@knighted/jsx 1.0.0-rc.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -129,7 +129,7 @@ npm run build:demo
|
|
|
129
129
|
npm run preview
|
|
130
130
|
```
|
|
131
131
|
|
|
132
|
-
The Vite config aliases `@oxc-parser/binding-wasm32-wasi` to the vendored copy so you don
|
|
132
|
+
The Vite config aliases `@oxc-parser/binding-wasm32-wasi` to the vendored copy so you don't have to perform any extra install tricks locally, while production consumers can still rely on the published package. For a zero-build verification of the lite bundle, open `examples/esm-demo-lite.html` locally (double-click or run `open examples/esm-demo-lite.html`) or visit the deployed GitHub Pages build produced by `.github/workflows/deploy-demo.yml` (it serves that same lite HTML demo).
|
|
133
133
|
|
|
134
134
|
## Limitations
|
|
135
135
|
|