Skip to content

19.11.0

Pre-release
Pre-release

Choose a tag to compare

@develar develar released this 28 Jun 15:55
· 2551 commits to master since this release

Now you can produce output to output directory and include it into application (output directory is not excluded unconditionally anymore, now you can explicitly include some files using files and other options). Example — electron-vue boilerplate — better to use the same output directory for electron-builder and webpack build.

Features

  • allow to use files in the output directory to be included into the app (af9844d)