babel-plugin-inline-import-graphql-ast
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -103,4 +103,4 @@ Object.defineProperty(exports, "__esModule", { | ||
BabelInlineImportHelper.extensions = ['.raw', '.text', '.graphql']; | ||
BabelInlineImportHelper.extensions = ['.raw', '.text', '.gql', '.graphql']; | ||
BabelInlineImportHelper.root = global.rootPath || process.cwd(); | ||
exports.default = BabelInlineImportHelper; |
{ | ||
"name": "babel-plugin-inline-import-graphql-ast", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Babel plugin to make raw files importable", | ||
@@ -5,0 +5,0 @@ "author": "Alexander Roberts <detrohutt@gmail.com>", |
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
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
11805