Skip to content

Commit 67dce3a

Browse files
committed
fix: remove ecmaFeatures.globalReturn from playground
1 parent 73d593c commit 67dce3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playground/utils/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const ECMA_FEATURES = ["jsx", "globalReturn", "impliedStrict"];
1+
export const ECMA_FEATURES = ["jsx", "impliedStrict"];
22

33
export const ECMA_VERSIONS = [
44
"3",

0 commit comments

Comments
 (0)