I'm confused on why the packages in the dev
environment aren't needed in the production environment. For example the babel-plugin-lodash
lets you do some transformations for free, but won't you still need them when your code is running in production?
$ npm i --save lodash
$ npm i --save-dev babel-plugin-lodash babel-cli babel-preset-es2015