0.30.0
Changes
- Major: Change asset builds to opt-in with new option
--asset-builds
: #756 - Chore: bump typescript from 3.9.9 to 4.3.5: #739
- Chore: bump codecov to 3.8.3: #752
Description
Previous, fs.readFile('./asset.js')
would compile asset.js
instead of including as an asset.
With this release, the default behavior has been changed to include asset.js
as an asset only.
If you want the old behavior, you can use the --asset-builds
option.
Credits
Huge thanks to @guybedford for helping!