case classLibraryAndApplication(exportedName: String = ...) extends Library with Product with Serializable
Builds on LibraryOnly by generating the loader and concatenating it with the Scala.js output file. This
output is designed to be a drop-in replacement for fully processing the file via webpack (Application mode). When
webpackEmitSourceMaps := true, this mode will attempt to merge all the files using the node.js
'concat-with-sourcemaps' module.
Builds on LibraryOnly by generating the
loaderand concatenating it with the Scala.js output file. This output is designed to be a drop-in replacement for fully processing the file via webpack (Application mode). WhenwebpackEmitSourceMaps := true, this mode will attempt to merge all the files using the node.js 'concat-with-sourcemaps' module.Refer to Library for additional details.