1. 首页
  2. 移动开发
  3. 其他
  4. Grunt es dependency graph.zip

Grunt es dependency graph.zip

上传者: 2020-07-21 01:20:57上传 ZIP文件 10KB 热度 20次
Grunt-es-dependency-graph 能够在ES6 模块文件中生成具有依存关系树的 JSON 文件。 代码示例: grunt.initConfig({   depGraph: {     production: {       options: {         includeBindings: true,         moduleName: function (importPath, modulePath) {           return path.join(path.dirname(modulePath), importPath);         }  
用户评论