Run webpack to bundle the application.
Run webpack to bundle the application.
Webpack config file generated by scalajs-bundler
User supplied config file
Module entries
Target directory (and working directory for Nodejs)
Logger
The generated bundles
Filename of the generated bundle, given its module entry name
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
Whether source maps is enabled at all
Module entries (name, file.js)
Directory to write the file into
Logger
The written file