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