fix bad merge
This commit is contained in:
parent
3001676e0b
commit
6db983e7cc
|
@ -585,7 +585,6 @@ function convertRT(html, reportContext, options) {
|
|||
vars = _(defines).map(function (reqVar, reqPath) {
|
||||
return 'import ' + reqVar + " from '" + reqPath + "';";
|
||||
}).join('\n');
|
||||
} else {
|
||||
} else {
|
||||
vars = _(defines).map(function (reqVar, reqPath) {
|
||||
return 'var ' + reqVar + " = require('" + reqPath + "');";
|
||||
|
|
Loading…
Reference in New Issue