Skip to content

Commit

Permalink
docs: add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
LuLaValva committed Nov 16, 2023
1 parent e120e18 commit 461b4da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/marko/docs/marko-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Similar to [`marko-tag.json`](#single-component-definition), this file is discov
```js
{
"taglib-id": "my-custom-tag-library", // Names the component library, for better errors.
"exports": "./dist", // Where to export the compiled components.
"tags-dir": "./ui-modules", // What directory to crawl to autodiscover components. Default:`./components/`
"taglib-imports": ["./some-folder/marko.json", "./other-folder/marko.json"], // Creates a _combined_ tag library by referencing others.

Expand Down

0 comments on commit 461b4da

Please sign in to comment.