const pkg = require('./package') module.exports = { apiPath: 'stubs/api', webpackConfig: { output: { publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/` } }, navigations: { 'journal.main': '/journal.pl' }, features: { 'journal': { // add your features here in the format [featureName]: { value: string } "lesson.bar": { "on": true, "value": "", "key": "lesson.bar" } }, }, config: { "journal.back.url": "/api", "journal.polling-interval": "10000" } }