github lynx-family/lynx-stack @lynx-js/testing-environment@0.1.3

latest releases: @lynx-js/offscreen-document@0.1.4, @lynx-js/cache-events-webpack-plugin@0.0.2, @lynx-js/web-constants@0.16.0...
one month ago

Patch Changes

  • Support alog of component rendering on production for better error reporting. Enable it by using REACT_ALOG=true rspeedy dev/build or defining __ALOG__ to true in lynx.config.js: (#1164)

    export default defineConfig({
      // ...
      source: {
        define: {
          __ALOG__: true,
        },
      },
    });
  • Supports console.alog and use different console object in main thread and background thread. (#1164)

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.