标签: npm babel
我很困惑为什么在生产环境中不需要dev环境中的包。例如,babel-plugin-lodash允许您免费进行一些转换,但是当您的代码在生产环境中运行时,您仍然不需要它们吗?
dev
babel-plugin-lodash
$ npm i --save lodash $ npm i --save-dev babel-plugin-lodash babel-cli babel-preset-es2015