reacthtmlpack
Version:
Added the missing piece of treating `index.html` as entry point in webpack bundles.
13 lines (8 loc) • 449 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj["default"] = obj; return newObj; } }
var _cli2 = require("./cli");
var _cli = _interopRequireWildcard(_cli2);
exports.cli = _cli;