init
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user