You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-vscode/webpack.common.js
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -191,19 +191,20 @@ const extensionConfig = {
191
191
from: "../schema",
192
192
to: "./schema",
193
193
},
194
+
// TODO(hlshen): Sanity check if these should be fixed or removed. AFIACT, they exist for functions and hosting deploys, which are not relevant anymore.
194
195
// Copy uncompiled JS files called at runtime by
195
196
// firebase-tools/src/parseTriggers.ts
196
-
{
197
-
from: "*.js",
198
-
to: "./",
199
-
context: "../src/deploy/functions/runtimes/node",
200
-
},
201
-
// Copy cross-env-shell.js used to run predeploy scripts
0 commit comments