19.15.0
Pre-release
Pre-release
No more difference in the handling files
or extraFiles
file specs (file renaming in the files
not yet supported, but if need, file issue). Now you can use from
and to
in the file spec, that allows you to avoid symlinks or copy-webpack-plugin
or another explicit file copying solution. Now you can copy files from any directory to any directory on the fly (for example, in case of asar, files will be packed into archive directly without intermediate copies).
This feature allows to easy build electron-webpack projects.