Skip to content

Commit f705499

Browse files
committed
update config details.
1 parent 2669572 commit f705499

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/user-guide/configuration.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,9 @@ plugins = ["custom_plugin", "!error"]
312312

313313
### JavaScript modules
314314

315-
It's easy to import and use JavaScript modules in your Python code.
316-
317-
!!! warning
318-
319-
This feature currently only works with Pyodide. MicroPython support will
320-
come in a future release.
315+
It's easy to import and use JavaScript modules in your Python code. This
316+
section of the docs examines the configuration needed to make this work. How
317+
to make use of JavaScript is dealt with [elsewhere](../dom/#working-with-javascript).
321318

322319
To do so, requires telling PyScript about the JavaScript modules you want to
323320
use. This is the purpose of the `js_modules` related configuration fields.

0 commit comments

Comments
 (0)