You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f75af7c#905 Thanks @rschristian! - Corrects prerendering error message to indicate to the user that the last script tag, not first, in HTML is assumed to have prerender()
21ec4f4#913 Thanks @cristianbote! - When prerendering avoid replacing regex group token $1 when is present in html contents
8771444#862 Thanks @marvinhagemeister! - Don't flood terminal with harmless The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten. warnings.
6b36713#861 Thanks @marvinhagemeister! - Resolve a wrongly replaced process.env variable when a binding with the name process is already in scope. This was encountered when bundling vscode's monaco-editor.
1cfa4a1#872 Thanks @JoviDeCroock! - Normalize the cacheKey in wmr-midddleware so it always corresponds to the WRITE_CACHE map where we store in native-path format keys
69d291f#870 Thanks @developit! - Fix <Router> accidentally un-rendering incoming routes that happen to resolve to the same component as the outgoing route.
d75a2da#850 Thanks @marvinhagemeister! - Fix error when plugins or middleware array contains falsy values in the parsed configuration. This typically happens due to conditionally setting items. All falsy values are now filtered out by default.
585bcb2#842 Thanks @marvinhagemeister! - Add --minify option to the build command. That way one can disable minifcation for production builds by passing --no-minify or --minify false
416451c#816 Thanks @marvinhagemeister! - Print file which triggered warning when the composes 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'))
c963fbe#586 Thanks @developit! - Pass route paramters as props when no prop exists with that name.
095ddde#824 Thanks @developit! - - Bugfix for Router: "splat" parameters (/:x* and /:y*) should be passed in the params prop instead of directly on props
f03859b#812 Thanks @marvinhagemeister! - Add a workaround to support virtual identifiers starting with /@ to support rollup-plugin-windicss.
81b0e5e#611 Thanks @rschristian! - Updates the bundle visualizer to latest, allowing for some useful output exclusions
4e37369#802 Thanks @rschristian! - If Preact-CLI's debug service worker is detected, WMR will unregister it to avoid repeated 404 errors.
be5cda0#807 Thanks @lPadier! - Fix building JSX nodes with object with more than 5 properties
e8d22ae#805 Thanks @marvinhagemeister! - Fix .scss files not being renamed to .css on production builds, when they were directly referenced in an HTML file.