mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
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…
x
Reference in New Issue
Block a user