|
|
|
|
|
by MatthewPhillips
5005 days ago
|
|
Yes, my question is whether goog.require() executes on the client's computer (in production) or whether Closure strips out those calls when you pass a special flag (as part of your deploy build). I personally don't want dependency resolution to happen at runtime in production. |
|