gulp-inline-source icon indicating copy to clipboard operation
gulp-inline-source copied to clipboard

How to use ES6 / ES2015 code

Open smarajitdasgupta opened this issue 6 years ago • 0 comments

Is there a way to use this plugin with ES6 / ES2015 ?

So basically in the example in https://github.com/fmal/gulp-inline-source/blob/master/README.md I need to import other node style JS files in inlineScript.js

Trying browserify with gulp but running into issues in the inlinesource task for scripts that import other modules.

smarajitdasgupta avatar Mar 20 '18 05:03 smarajitdasgupta