Update build logic
This commit is contained in:
@@ -33,7 +33,7 @@ JavascriptEmitter.prototype = Object.create(Emitter.prototype, {
|
||||
|
||||
emitPrologue:{value:function() {
|
||||
this.push([
|
||||
'var Yoga = Yoga || require("../../dist");',
|
||||
'var Yoga = Yoga || require("../..");',
|
||||
''
|
||||
]);
|
||||
}},
|
||||
|
Reference in New Issue
Block a user