Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,13 @@ In case you're using the [Webpack tag loader](https://github.com/srackham/tag-lo
{ test: /\.tag.html$/, loader: 'tag' }
```

### Server Side rendering

When requiring tags server side, there is no way (yet) to set custom extensions. There for, if you use server side rendering you either:

* need to pre-compile your tags, so you can require the resulting `.js` files.
* use the default `.tag` extension because Riot lets NodeJS require this extension by default.

[↑ back to Table of Contents](#table-of-contents)


Expand Down