@omni-door/tpl-component-react
Version:
The React component-react project template
10 lines (9 loc) • 528 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.tpl_gulpfile = void 0;
var utils_1 = require("@omni-door/utils");
var tpl = "`${use_strict}\nconst gulp = require('gulp');\n\nmodule.exports = function (config) {\n const { task, params } = config;\n\n const [ compileCJS, compileES, compileSFC, ...rest ] = task;\n return [ gulp.series(compileCJS, compileES), ...rest ];\n}\n`";
exports.tpl_gulpfile = {
tpl: tpl
};
exports.default = utils_1.tplEngineInit(exports.tpl_gulpfile, 'tpl');