Skip to content

Commit 5fb195f

Browse files
committed
Revert "Test without warmup"
This reverts commit 7b695df.
1 parent 7b695df commit 5fb195f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/sandbox/startup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for (let i = 0; i < 3; i++) {
1313

1414
// Warm up the babel worker
1515
worker.postMessage({
16-
type: 'warmupaa',
16+
type: 'warmup',
1717
path: 'test.js',
1818
code: 'const a = "b"; export default a;',
1919
config: { presets: ['env'] },

0 commit comments

Comments
 (0)