mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Revert "awip: dded and await in profile"
This reverts commit 8793910da8.
This commit is contained in:
@@ -3256,7 +3256,7 @@ async function bundle({
|
||||
var packageSource = new PackageSource();
|
||||
packageSource.initFromAppDir(projectContext, exports.ignoreFiles);
|
||||
|
||||
var makeClientTarget = await Profile(
|
||||
var makeClientTarget = Profile(
|
||||
"bundler.bundle..makeClientTarget", async function (app, webArch, options) {
|
||||
var client = new ClientTarget({
|
||||
bundlerCacheDir,
|
||||
@@ -3280,7 +3280,7 @@ async function bundle({
|
||||
return client;
|
||||
});
|
||||
|
||||
var makeServerTarget = await Profile(
|
||||
var makeServerTarget = Profile(
|
||||
"bundler.bundle..makeServerTarget", async function (app, clientArchs) {
|
||||
const server = new ServerTarget({
|
||||
bundlerCacheDir,
|
||||
|
||||
Reference in New Issue
Block a user