We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9b6dd commit 264f323Copy full SHA for 264f323
packages/app/src/sandbox/compile.js
@@ -310,6 +310,7 @@ async function updateManager(
310
}
311
312
manager.updateConfigurations(configurations);
313
+ await manager.preset.setup(manager);
314
return manager.updateData(managerModules).then(x => {
315
changedModuleCount = x.length;
316
});
@@ -477,8 +478,6 @@ async function compile({
477
478
dispatch({ type: 'status', status: 'transpiling' });
479
manager.setStage('transpilation');
480
- await manager.preset.setup(manager);
481
-
482
await manager.verifyTreeTranspiled();
483
await manager.transpileModules(managerModuleToTranspile);
484
0 commit comments