标签: javascript angularjs internet-explorer gruntjs babel
如何在遗留的grunt构建中包含带有browserify的babel来转换es6代码?
答案 0 :(得分:0)
尝试一下, 在from dulwich.repo import Repo r = Repo('.') index = r.open_index() for path in sorted(index): print(path) 中添加以下代码,并注意它需要autopolyfiller依赖项:
from dulwich.repo import Repo r = Repo('.') index = r.open_index() for path in sorted(index): print(path)
gruntfile.js