Thanks to visit codestin.com
Credit goes to github.com

Skip to content
James edited this page Apr 5, 2017 · 1 revision

βš™ config

  • 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

parent config

  • 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

app

  • 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
🏊 deeper
  • see bundler config
  • see core config
  • see context config
Clone this wiki locally