FigwheelOptions

Properties

Not all Figwheel options are supported yet. Open an issue or submit a PR if there’s one you’d like added.
Property Type Description

targetDir

DirectoryProperty

Defaults to the build’s outputDir

watchDirs

ConfigurableFileCollection

cssDirs

ConfigurableFileCollection

ringHandler

Property<String>

ringServerOptions

MapProperty<String, Object>

rebelReadline

Property<Boolean>

Defaults to false (overriding Figwheel’s default)

pprintConfig

Property<Boolean>

openFileCommand

Property<String>

figwheelCore

Property<Boolean>

hotReloadCljs

Property<Boolean>

connectUrl

Property<String>

openUrl

Property<Object>

reloadCljFiles

Property<String>

logFile

RegularFileProperty

logLevel

Property<String>

clientLogLevel

Property<String>

logSyntaxErrorStyle

Property<String>

loadWarningedCode

Property<Boolean>

ansiColorOutput

Property<Boolean>

validateConfig

Property<Boolean>

validateCli

Property<Boolean>

launchNode

Property<Boolean>

inspectNode

Property<Boolean>

nodeCommand

Property<String>

launchJs

Property<String>

cljsDevtools

Property<Boolean>

helpfulClasspaths

Property<Boolean>

Defaults to false (overriding Figwheel’s default)

Methods

None

Example