Gvozd
Gvozd
Posible fix at fork https://github.com/gmathis/gulp-gitmodified/commit/c5cefa2b36984599453943905d6e58bbd511652d
I think it's good to use `babel` It supports new syntaxes (ES7 / ES8 / stage-X / jsx / flow / ...) He also has a developed and convenient API...
something like this? https://astexplorer.net/#/gist/8a13b6fe10fdacfde3a74ca7b39e6ba3/992f85f791f8e0db7cfa70ae3da55184954410d9 About users transpilation: If use babel, may do any transpilation, defined in `.babelrc` (or as argument to Iroh.Stage) - I have TODO to this I think,...
Babel documentation [Plugin Handbook ](https://github.com/thejameskyle/babel-handbook) https://babeljs.io/docs/core-packages/babel-types/
Sorry, I've never worked with a rollup But I can work with `webpack+babel` bundling If you want I can configure bundling with webpack
OK Until Wednesday I will transfer the assembly to Webpack Also I'll make a cleaner version of my prototype - now it's a bit dirty, and it duplicates your existing...
@maierfelix Please look PR #10 I'm sorry that I disappeared for a long time I research rollup in comparison with webpack(I liked rollup for less bundle size), and try build...
I also encountered with this problem I tried to use fast-boot with babel-register ``` node -r ../fast-boot.js -r babel-register -r babel-regenerator-runtime ./index.js ``` And get this Error ``` c:\Projects\github-worked\json-search-engine\node_modules\fast-boot\index.js:42 var...
I run tests for this module. Not all tests passed And it's look as it is no longer need for current node/npm ``` - first run [1.0.0]: 0.126303077 Sec, statSync:...