We have two-step build to node 6: we partially build to something which could be run on node 8 (with npm run build-prod) and after we execute npm run build-614 which translates the bundle from previous step.
We should specify target node in console
It should be one step process
I want to do it because I feel that we incorrectly use babel and I want to process node_modules code in place
We have two-step build to node 6: we partially build to something which could be run on node 8 (with
npm run build-prod
) and after we executenpm run build-614
which translates the bundle from previous step.I want to do it because I feel that we incorrectly use babel and I want to process node_modules code in place