github lynx-family/lynx-stack @lynx-js/template-webpack-plugin@0.6.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...
6 months ago

Patch Changes

  • 1abf8f0: Set the default value of enableNativeList to true.

  • 1abf8f0: Add entryNames parameter to beforeEncode hook.

    import { LynxTemplatePlugin } from '@lynx-js/template-webpack-plugin';
    
    const hooks = LynxTemplatePlugin.getLynxTemplatePluginHooks(compilation);
    hooks.beforeEncode.tap('MyPlugin', ({ entryNames }) => {
      console.log(entryNames);
    });
  • 1abf8f0: Set the default targetSdkVersion to 3.2.

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.