We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf0a5d commit a483254Copy full SHA for a483254
README.md
@@ -155,8 +155,7 @@ Then add this tag (in your `<head>` element too) to load your scripts :
155
156
This will add a `<script>` tag including your JS/TS script :
157
158
-- In development mode, all scripts are included as modules.
159
-- In development mode, all scripts are marked as `async` and `defer`.
+- In development and production, all scripts are included as modules (`[type=module]`).
160
- You can pass a second argument to this tag to overrides attributes
161
passed to the script tag.
162
- This tag only accept JS/TS, for other type of assets, they must be
0 commit comments