@lynx-js/runtime-wrapper-webpack-plugin
0.1.3
Patch Changes
- Updated dependencies [
aaca8f9]:- @lynx-js/webpack-runtime-globals@0.0.6
0.1.2
Patch Changes
- Wrap with IIFE when
output.iife: falseto avoid naming conflict. (#1176)
0.1.1
Patch Changes
- Fix
requestAnimationFrameis not working. (#1021)
0.1.0
Minor Changes
-
Add parameter forwarding for Browser Object Model (BOM) APIs. (#787)
This allows direct access to APIs like
fetch,requestAnimationFrame.
0.0.10
Patch Changes
- feat: add
experimental_isLazyBundleoption, it will disable lynxChunkEntries for standalone lazy bundle (#653)
0.0.9
Patch Changes
-
Add
windowvariable to callback argument inbackground.jsand thewindowisundefinedin Lynx. Sometimes it's useful to distinguish between Lynx and the Web. (#248)
0.0.8
Patch Changes
-
Support NPM provenance. (#30)
-
Updated dependencies [
c617453]:- @lynx-js/webpack-runtime-globals@0.0.5
0.0.7
Patch Changes
- 1abf8f0: Set the default
targetSdkVersionto 3.2.
0.0.6
Patch Changes
- 26258c7: Shim
fetchusinglynx.fetch.
0.0.5
Patch Changes
- Updated dependencies [3bf5830]
- @lynx-js/webpack-runtime-globals@0.0.4
0.0.4
Patch Changes
-
649b978: Add
globDynamicComponentEntryfor background script. -
f5913e5: Inject
RuntimeGlobals.lynxChunkEntriesto ensure getting correct entryName in lazy bundles. -
Updated dependencies [f5913e5]
- @lynx-js/webpack-runtime-globals@0.0.3
0.0.3
Patch Changes
- be5d731: Override
Promiseusinglynx.Promise. - 3fae00a: Add
injectVarsoption.

