-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Description
After upgrading vue-native-core (from 0.0.8 to 0.1.2) & react-native version (from 0.55.4 to 0.59.8) bunding failed with following error:
Bundling failed: ReferenceError: ReactNativeRenderGenerator is not defined
Compiling is failing on this line
vue-native-core/src/compiler/parser/index.js
Line 552 in b72b8ca
var renderer = new ReactNativeRenderGenerator(el, options); |
After manually changing ReactNativeRenderGenerator to ReactNativeRenderGenerator$1 it says error: bundling failed: ReferenceError: _ is not defined
importObj.imports = _.union(importObj.imports, importModules); |
I fixed manually adding lodash, and it worked.
jgiovanni
Metadata
Metadata
Assignees
Labels
No labels