wmr 3.6.1
Patch Changes
-
ab9ceee
#819 Thanks @developit! - Fix complexprocess.env
usage (ex:let {A}=process.env
, but notprocess.env.A
) generating invalid code. -
9c7be51
#821 Thanks @marvinhagemeister! - Fix missingthis.error()
method in Rollup plugins -
0c62f25
#822 Thanks @marvinhagemeister! - Fix crash when callingemitFile
for chunks without a name -
416451c
#816 Thanks @marvinhagemeister! - Print file which triggered warning when thecomposes
keyword is attempted to be used outside of a CSS-Module file -
778ee03
#823 Thanks @marvinhagemeister! - Fix incorrectly transformed dynamic import statements when there was a comment in front of the specifier (import(/* foo */ 'my-module')
) -
980b3d9
#820 Thanks @marvinhagemeister! - Add support for RollupoutputOptions
hook -
abafe8c
#810 Thanks @marvinhagemeister! - Fix unable to load json files from outside project public directory. -
cbc98be
#815 Thanks @marvinhagemeister! - Fix nested relative.less
file resolved as npm package in production