objectApplication extends BundlingMode with Product with Serializable
Bundle the entire application with webpack. Using this mode, the webpack entry key will
contain the Scala.js output file. All dependencies will be resolved via webpack, and the entire
bundle will be processed by any plugins. The output will be a runnable bundle, not a library.
To see the specific webpack configuration that will be generated, refer to Webpack.writeConfigFile.
Linear Supertypes
Serializable, Serializable, Product, Equals, BundlingMode, AnyRef, Any
Bundle the entire application with webpack. Using this mode, the webpack
entrykey will contain the Scala.js output file. All dependencies will be resolved via webpack, and the entire bundle will be processed by any plugins. The output will be a runnable bundle, not a library.To see the specific webpack configuration that will be generated, refer to Webpack.writeConfigFile.