* feat: expose rewriteThis method * feat: add allowTopLevelThis option to transform-modules-systemjs
8 lines
100 B
JSON
8 lines
100 B
JSON
{
|
|
"plugins": [
|
|
["transform-modules-systemjs", {
|
|
"allowTopLevelThis": false
|
|
}]
|
|
]
|
|
}
|