const pkg = require('./package') module.exports = { apiPath: 'stubs/api', webpackConfig: { output: { publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/` } }, navigations: { 'enterfront.main': '/enterfront', 'link.enterfront.auth': '/enterfront/auth', 'link.enterfront.account': '/enterfront/account', }, features: { 'undefined': { // add your features here in the format [featureName]: { value: string } }, }, config: { 'undefined.api': '/api', } }