class
WebpackModule extends Module
Instance Constructors
-
new
WebpackModule()
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
URL_MATCH: Regex
-
final
def
asInstanceOf[T0]: T0
-
final
def
bind[T](implicit arg0: ClassTag[T]): BindingKey[T]
-
final
def
bind[T](clazz: Class[T]): BindingKey[T]
-
def
bindings(environment: Environment, configuration: Configuration): Seq[Binding[_]]
-
def
clone(): AnyRef
-
def
createEngines(environment: Environment, publicToServerEntry: Option[WebpackManifestType], prependedBundles: Seq[(String, Either[WebpackEntryType, String])]): Seq[Binding[Engine]]
-
def
createVendorResources(environment: Environment, entry: Option[Either[WebpackEntryType, String]], prepends: Seq[(String, Either[WebpackEntryType, String])]): Seq[URL]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getFileFromResourcesOrProjectPath(env: Environment, file: String): Option[URL]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
logger: Logger
-
def
mapServerPath(configuration: Configuration, manifest: Option[WebpackManifestType]): Option[WebpackManifestType]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
replacePublicPath(filePath: String, publicPath: String): String
-
final
def
seq(bindings: Binding[_]*): Seq[Binding[_]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Module
Inherited from AnyRef
Inherited from Any