add optional runtime transformer to base compiler options
This commit is contained in:
parent
11b1e39973
commit
75609f21d7
@ -28,7 +28,7 @@
|
||||
"stage": 0,
|
||||
"loose": ["all"],
|
||||
"blacklist": ["es6.tailCall"],
|
||||
"optional": ["optimisation.flow.forOf", "bluebirdCoroutines"],
|
||||
"optional": ["optimisation.flow.forOf", "bluebirdCoroutines", "runtime"],
|
||||
"env": {
|
||||
"test": {
|
||||
"auxiliaryCommentBefore": "istanbul ignore next"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user