updated: use common js for the config

This commit is contained in:
Gianluca Guarini 2019-05-14 22:35:11 +02:00 committed by GitHub
parent 7c74849634
commit ff1a743fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ riot.mount('*')
If you want compile your tags using custom riot compiler options you can create a `riot.config.js` in the root folder of your project
```js
export default {
module.exports = {
// html parser
template: 'foo',
// js parser