8000 Merge pull request #7 from density215/patch-1 · notablemind/jupyter-nodejs@ff0f6b0 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit ff0f6b0

Browse files
committed
Merge pull request #7 from density215/patch-1
Update babel.js to require babel-runtime
2 parents 07b27ad + aaca7fa commit ff0f6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function (ctx, args, done) {
1010
block: {
1111
babel: {
1212
transform(ctx, args, code, out, done) {
13-
const opts = { }
13+
const opts = { optional: ["runtime"] }
1414
if (args && args.indexOf('experimental') !== -1) {
1515
opts.stage = 0
1616
}

0 commit comments

Comments
 (0)
0