utterances/.posthtmlrc.js
2018-03-25 19:35:29 -07:00

17 lines
266 B
JavaScript

module.exports = {
plugins: {
'posthtml-expressions': {
root: __dirname,
locals: {
NODE_ENV: process.env.NODE_ENV
}
},
'posthtml-include': {
root: __dirname
},
'posthtml-md': {
root: __dirname
}
}
};