1
0
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:
ido 2015-08-30 16:45:14 +03:00
parent 3001676e0b
commit 6db983e7cc

View File

@ -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 + "');";