Patch Changes
-
1abf8f0: Set the default value of
enableNativeList
totrue
. -
1abf8f0: Add
entryNames
parameter tobeforeEncode
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.