使用core-js进行自定义构建

时间:2015-08-14 01:03:37

标签: javascript npm

我正在尝试使用core-js创建自定义构建。根据文档,我首先运行

npm i core-js && cd node_modules/core-js && npm i

似乎很好。然后,根据我尝试的文档

C:\GIT\coreJS_Custom\node_modules\core-js>npm run grunt build:es6.array.from -- --library=on --path=custom uglify

该主题有很多变化。它似乎短暂运行,根本没有输出,我似乎无法找到任何生成的文件。我做错了什么?

此外,上述命令在Windows 8.1 cmd终端上运行。

特别有趣(令人沮丧的是)运行此

C:\GIT\coreJS_Custom\node_modules\core-js>npm run grunt kjhgjhghkghh

同样简单地运行然后似乎成功。

1 个答案:

答案 0 :(得分:0)

我不确定我的根本问题是什么,但对我来说,单独运行授权任务,没有npm运行就可以了。

所以这样的事情应该是最终的产品。

C:\GIT\coreJS_Custom\node_modules\core-js>grunt build:es6.array.from --library=on --path="es6-array-from-build-min2" uglify