journal.pl/ijl.config.js

22 lines
488 B
JavaScript
Raw Normal View History

2022-11-27 16:34:37 +03:00
const pkg = require('./package')
module.exports = {
apiPath: 'stubs/api',
webpackConfig: {
output: {
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`
}
},
navigations: {
'hub-video-start.main': '/hub-video-start'
},
features: {
'hub-video-start': {
// add your features here in the format [featureName]: { value: string }
},
},
config: {
key: 'value'
}
}