Use strict namespace behavior for mjs files. (#7545)
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
"syntax-object-rest-spread",
|
||||
["transform-modules-commonjs", { "strict": true }]
|
||||
["transform-modules-commonjs", { "strict": true, "mjsStrictNamespace": false }]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user