@lynx-js/react 0.114.5 → 0.115.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -192,6 +192,11 @@ const createVitestConfig = async (options)=>{
192
192
  target: 'MIXED'
193
193
  },
194
194
  engineVersion: options?.engineVersion ?? '',
195
+ dynamicImport: {
196
+ injectLazyBundle: false,
197
+ layer: 'test',
198
+ runtimePkg: `${runtimePkgName}/internal`
199
+ },
195
200
  directiveDCE: false,
196
201
  defineDCE: false,
197
202
  shake: false,