wmr 1.6.0
Minor Changes
81771f5
#543 Thanks @Inviz! - Fixes an issue that caused scss/sass modules to not be properly updated when new classes were added to the file.
Patch Changes
-
d10d08c
#547 Thanks @rschristian! - Corrects output when referrencing module with npm prefix -
18952d1
#526 Thanks @developit! - Bind to localhost by default instead of ::0 (in bothwmr start
andwmr serve
). -
af3403b
#546 Thanks @marvinhagemeister! - Fix pre-rendering not supported in older node <12.22.0 versions -
19bb41c
#523 Thanks @JoviDeCroock! - Eagerly load "_wmr.js" in the "index.html" file to provide graceful error-fallbacks -
4487b6c
#536 Thanks @developit! - Include.wasm
files in streamed npm packages -
fa07bea
#544 Thanks @marvinhagemeister! - Add note on how to enable network access to startup screen -
30644b3
#520 Thanks @marvinhagemeister! - Fix code frame indentation with tabs and remove ansi codes from code frames logged in the browser. And while we're at it make it pretty too! -
9a6777f
Thanks @developit! - Fix router transitions between suspended routes -
09b40d9
#548 Thanks @rschristian! - Replaces premove with native fs.rmdir -
e72ff27
#537 Thanks @developit! - Process all CSS to compile nested selectors, instead of only CSS Modules. -
31c83e7
#522 Thanks @marvinhagemeister! - Allow plugins to overwrite url and json loading behavior. Default loading semantics will only apply if no other prefix is present on the import specifier -
1907901
#513 Thanks @marvinhagemeister! - Add more path resolution messages in debug mode