Skip to content

Commit f1b2689

Browse files
committed
fix(sra): runtimegenerator error, required pollyfill
1 parent b3fccd9 commit f1b2689

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/sra.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env node
22

3+
require("@babel/polyfill");
4+
35
const { exec, execSync, spawnSync } = require('child_process');
46
const { promisify } = require('util');
57
const chalk = require('chalk');

0 commit comments

Comments
 (0)