Run webpack to bundle the application.
Run webpack to bundle the application.
Whether or not source maps are enabled
Webpack config file generated by scalajs-bundler
User supplied config file
Additional resources to be copied to the working folder
Scala.js application to bundle
Target directory (and working directory for Nodejs)
Logger
The generated bundles
Run webpack to bundle the application.
Run webpack to bundle the application.
Are source maps enabled?
Webpack config file generated by scalajs-bundler
User supplied config file
Additional webpack resources to include in the working directory
The entrypoint file to bundle dependencies for
The library module name to assign the webpack bundle to
Logger
The generated bundle
Copies the custom webpack configuration file and the webpackResources to the target dir
Copies the custom webpack configuration file and the webpackResources to the target dir
target directory
Resources to copy
User supplied config file
The copied config file.
Runs the webpack command.
Runs the webpack command.
Arguments to pass to the webpack command
Working directory in which the Nodejs will be run (where there is the node_modules subdirectory)
Logger
Writes the webpack configuration file.
Writes the webpack configuration file. The output file is designed to be minimal, and to be extended,
however, the entry and output keys must be preserved in order for the bundler to work as expected.
Whether source maps is enabled at all
The input entrypoint file to process via webpack
webpack configuration file to write to
If defined, generate a library bundle named libraryBundleName
Logger