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 7b695df commit 5fb195fCopy full SHA for 5fb195f
packages/app/src/sandbox/startup.js
@@ -13,7 +13,7 @@ for (let i = 0; i < 3; i++) {
13
14
// Warm up the babel worker
15
worker.postMessage({
16
- type: 'warmupaa',
+ type: 'warmup',
17
path: 'test.js',
18
code: 'const a = "b"; export default a;',
19
config: { presets: ['env'] },
0 commit comments