babel-plugin-add-module-require
Advanced tools
Comparing version 1.0.1 to 1.0.2
module.exports = function (babel) { | ||
const { types: t } = babel; | ||
return { | ||
@@ -4,0 +5,0 @@ visitor: { |
{ | ||
"name": "babel-plugin-add-module-require", | ||
"version": "1.0.1", | ||
"description": "A plugin like babel-plugin-add-module-exports and support babel@7.", | ||
"version": "1.0.2", | ||
"description": "A plugin like babel-plugin-add-module-exports and supports babel@7.", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -5,3 +5,3 @@ babel-plugin-add-module-exports | ||
A plugin like https://github.com/59naga/babel-plugin-add-module-exports and support babel@7. | ||
A plugin like https://github.com/59naga/babel-plugin-add-module-exports and supports babel@7. | ||
@@ -20,2 +20,2 @@ Installation | ||
This package is used for compatibility with previous projects using X. New projects are not recommended. | ||
This package is used for compatibility with previous projects using babel-plugin-add-module-exports and new projects are not recommended. |
4772