Klaus Meinhardt b91720c1cc helper-module-transforms: dereference imported template tag (#10934)
* Dereference imported template tag

* apply fix for OptionalCallExpression as well
2019-12-28 16:46:20 -05:00

12 lines
214 B
JSON

{
"plugins": [
"external-helpers",
"syntax-object-rest-spread",
"syntax-optional-chaining",
[
"transform-modules-commonjs",
{ "strict": true, "mjsStrictNamespace": false }
]
]
}