Huáng Jùnliàng 44f9d85904 add allowTopLevelThis option to transform-modules-systemjs (#10780)
* feat: expose rewriteThis method

* feat: add allowTopLevelThis option to transform-modules-systemjs
2020-01-10 03:16:26 +01:00

8 lines
100 B
JSON

{
"plugins": [
["transform-modules-systemjs", {
"allowTopLevelThis": false
}]
]
}