final class Config extends AnyRef
Configurations relevant to the backend
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Config
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val closureCompilerIfAvailable: Boolean
- val commonConfig: CommonPhaseConfig
- val jsHeader: String
- val maxConcurrentWrites: Int
- val outputPatterns: OutputPatterns
- val prettyPrint: Boolean
- val relativizeSourceMapBase: Option[URI]
- val sourceMap: Boolean
- def withClosureCompilerIfAvailable(closureCompilerIfAvailable: Boolean): Config
- def withCommonConfig(commonConfig: CommonPhaseConfig): Config
- def withJSHeader(jsHeader: String): Config
- def withMaxConcurrentWrites(maxConcurrentWrites: Int): Config
- def withOutputPatterns(outputPatterns: OutputPatterns): Config
- def withPrettyPrint(prettyPrint: Boolean): Config
- def withRelativizeSourceMapBase(relativizeSourceMapBase: Option[URI]): Config
- def withSourceMap(sourceMap: Boolean): Config