v0.15.0
Minor Changes
-
6f6e080
#950 Thanks @rschristian! - Microbundle will now output ESM using.mjs
as the file extension when the package type is CJS -
242754f
#949 Thanks @rschristian! - Add --visualize flag to generate build output stats
Patch Changes
-
c4532cc
#940 Thanks @rschristian! - Adds information about--compress
flag's default value w/ different targets -
b51b855
#935 Thanks @mycoin! - Don't attempt to write build stats in watch mode when there has been a build error/sizeInfo isundefined
-
1d0e305
#941 Thanks @rschristian! - Ensures TS plugin will begin its search for a 'tsconfig.json' in the set cwd -
f04c85a
#926 Thanks @developit! - Fix mangle.json being overwritten with[object Object]
-
ecb0b02
#947 Thanks @rschristian! - Ensures hoisted node_modules are excluded from babel -
392d63e
#919 Thanks @rschristian! - Fixes CSS output from being overwritten when also generating .cjs -
fb0a437
#930 Thanks @rschristian! - Documenting --jsxFragment flag -
8223eba
#948 Thanks @rschristian! - Corrects formatting in build completion message w/ dynamic import is used