Files
babel/packages/babel-plugin-transform-es2015-modules-commonjs/test/fixtures/misc/module-exports/options.json
2017-09-26 15:43:51 -07:00

9 lines
118 B
JSON

{
"plugins": [
[
"transform-es2015-modules-commonjs",
{ "allowCommonJSExports": false }
]
]
}