-
Notifications
You must be signed in to change notification settings - Fork 0
config
James edited this page Apr 5, 2017
·
1 revision
- all fliphub-only properties are optional
- all options from any build-system can be passed in to each app
fliphub takes in configs from any supported build-system, and using presets, translates supported properties from one bundler to another
- inheritable by each app
- when using a single app, the parent config is the app config
- same properties as app, but
- no name
- no bundler properties
- has the apps property
- presets:
Object|Array<string> - flips
Array<Bundler>|Bundler('webpack', 'fusebox', 'rollup') - inherit:
boolean, whether to inherit the parent config - root:
string, path to resolve paths to - defaults:
boolean, disables all defaults
- see presets
- see hubs
- see examples
- see bundler config
- see core config
- see context config