浏览代码

feat: Add microbundle cache (#3116)

pull/3185/head
Richie Bendall 4 年前
父节点
当前提交
086eacaaa2
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      Node.gitignore

+ 6
- 0
Node.gitignore 查看文件

@@ -53,6 +53,12 @@ typings/
# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history


正在加载...
取消
保存