Use strict namespace behavior for mjs files. (#7545)

This commit is contained in:
Logan Smyth
2018-03-15 13:27:01 -07:00
committed by GitHub
parent b6e54800b4
commit c662c2ada2
27 changed files with 83 additions and 25 deletions

View File

@@ -1,3 +1,4 @@
{
"sourceType": "module",
"plugins": ["external-helpers", "transform-modules-commonjs"]
}