gulp-aegean
Gulp plugin for aegean (ES6 inline import).
const gulp = ;const aegean = ; gulp;
Summary
Installation
With npm:
npm install --save-dev gulp-aegean
With yarn:
yarn add --dev gulp-aegean
Usage
Example 1: simple usage
src/main.js
;; const input = "hello world"; if === true ;
gulpfile.js
const gulp = ;const aegean = ; gulp;
Result:
dist/main.js
{ console;} { return mixed !== null && mixed !== undefined && mixedconstructor === String ;} const input = "hello world"; if === true ;