case class WebpackConfig(application: Application, file: File) extends Internal with Product with Serializable
A webpack configuration file.
- application
The Application this file runs webpack for
- file
The webpack.config.js file reference
- Source
- BundlerFile.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebpackConfig
- Internal
- BundlerFile
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
WebpackConfig(application: Application, file: File)
- application
The Application this file runs webpack for
- file
The webpack.config.js file reference
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val application: Application
-
def
asApplicationBundle(stats: Option[WebpackStats]): ApplicationBundle
Returns the Application for this configuration identifying the asset produced by scala.js through webpack stats
-
def
asApplicationBundleFromCached(cached: Set[File]): ApplicationBundle
Returns an application bundle from a set of cached files By convention the first element is the
file
and the rest are the assets -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asLibrary(stats: Option[WebpackStats]): Library
Returns the Library identifying the asset produced by scala.js through webpack stats
-
def
asLibraryFromCached(cached: Set[File]): Library
Returns library from a set of cached files By convention the first element is the
file
and the rest are the assets -
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
file: File
- Definition Classes
- WebpackConfig → BundlerFile
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def project: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def targetDir: Path
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated