// fs.readFileSync is inlined by browserify transform "brfs" const fs = require('fs') const path = require('path') module.exports = [ { id: 0, read: false, date: 'Thu Feb 09 2017', title: 'Terms of Use', body: fs.readFileSync(path.join(__dirname, '/archive', 'notice_0.md'), 'utf8'), }, ]