|
@@ -13,9 +13,8 @@
|
|
<br>
|
|
<br>
|
|
|
|
|
|
## JSON file formats:
|
|
## JSON file formats:
|
|
-> [!NOTE]
|
|
|
|
->
|
|
|
|
-> Note: a property that's followed by a question mark means it is optional.
|
|
|
|
|
|
+> [!NOTE]
|
|
|
|
+> A property that's followed by a question mark means it is optional.
|
|
|
|
|
|
<br>
|
|
<br>
|
|
|
|
|
|
@@ -83,4 +82,4 @@ Using a direct URL:
|
|
| :------- | :-------- | :---------------------------------------------------------------------------------- |
|
|
| :------- | :-------- | :---------------------------------------------------------------------------------- |
|
|
| `url` | `string` | URL to the file to include |
|
|
| `url` | `string` | URL to the file to include |
|
|
| `global` | `string` | The name of the global variable that the library exports |
|
|
| `global` | `string` | The name of the global variable that the library exports |
|
|
-| `link?` | `boolean` | Whether `npm link` is active and the library should be force-included in the bundle |
|
|
|
|
|
|
+| `link?` | `boolean` | Whether `npm link` is active and the library should be force-included in the bundle |
|