代码之家  ›  专栏  ›  技术社区  ›  derek

firebase托管中的“忽略”属性

  •  0
  • derek  · 技术社区  · 4 年前

    "hosting": {
        "public": "build",
        "ignore": [
          "firebase.json",
          "**/.*",
          "**/node_modules/**"
        ]
      },
    

    所以firebase会在 build \**/node_modules/\** “自” node_modules “已退出” 建造 "?

    1 回复  |  直到 4 年前
        1
  •  1
  •   Doug Stevenson    4 年前

    这可能是你的设置,但不一定是所有其他人。可能是某个特定的webpack构建在部署根目录下放置了一个node\u modules文件夹。

    如果你的构建不是免费的,那么就忽略它。但对其他人来说,这可能会节省很多不必要的时间和空间。