babel-plugin-remove-export-keywords
Advanced tools
Comparing version 1.5.5 to 1.5.6-ci.0
{ | ||
"name": "babel-plugin-remove-export-keywords", | ||
"version": "1.5.5", | ||
"version": "1.5.6-ci.0", | ||
"description": "Remove plugin export keywords", | ||
@@ -28,3 +28,3 @@ "repository": "mdx-js/mdx", | ||
], | ||
"gitHead": "7d428e2cee605db8e7642e3af0df91e0d96c3684" | ||
"gitHead": "468970d6aba96aa14b861de805b64e03ae1161d2" | ||
} |
# `babel-plugin-remove-export-keywords` | ||
Remove export keywords by coercing them into variable | ||
declarations. Used by [MDX](https://mdxjs.com). | ||
declarations. Used by [MDX](https://mdxjs.com). | ||
@@ -31,6 +31,3 @@ ## Installation | ||
configFile: false, | ||
plugins: [ | ||
'@babel/plugin-syntax-jsx', | ||
plugin | ||
] | ||
plugins: ['@babel/plugin-syntax-jsx', plugin] | ||
}) | ||
@@ -37,0 +34,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2886
1
60