How to use ES6 / ES2015 code
smarajitdasgupta opened this issue · 0 comments
smarajitdasgupta commented
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.