wmr 3.7.0
Minor Changes
-
585bcb2
#842 Thanks @marvinhagemeister! - Add--minify
option to thebuild
command. That way one can disable minifcation for production builds by passing--no-minify
or--minify false
-
27a41df
#827 Thanks @marvinhagemeister! - Add built-in support for Web Workers based on browser APIs. Example on how to use Web Workers with WMR: https://wmr.dev/docs/web-workers
Patch Changes
-
71d02e0
#840 Thanks @marvinhagemeister! - Fixconfig()
andconfigResolved()
plugin hooks being skipped when the previous plugin didn't have those hooks -
cd17272
#844 Thanks @marvinhagemeister! - Distinguish dev server from normal server ("serve" command) in cli output -
b072d94
#843 Thanks @marvinhagemeister! - Sort list of outputted files by size within a group -
221c8fe
#828 Thanks @marvinhagemeister! - Fix missing props when there were comments between attributes in JSX