Files
babel/packages/babel-plugin-transform-modules-commonjs/test/fixtures/disable-strict-mode/options.json
2018-09-09 17:57:52 -07:00

7 lines
107 B
JSON

{
"plugins": [
"external-helpers",
["transform-modules-commonjs", { "strictMode": false }]
]
}