gatsby-transformer-javascript-frontmatter
Advanced tools
Comparing version 1.1.0-alpha.e28a1c8e to 1.1.0-alpha.e66c6c9c
@@ -25,3 +25,3 @@ var _asyncToGenerator = require("@babel/runtime/helpers/asyncToGenerator"); | ||
if (node.internal.mediaType !== `application/javascript`) { | ||
if (node.internal.mediaType !== `application/javascript` && node.internal.mediaType !== `text/jsx`) { | ||
return; | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "gatsby-transformer-javascript-frontmatter", | ||
"description": "Gatsby transformer plugin for JavaScript to extract exports.frontmatter statically.", | ||
"version": "1.1.0-alpha.e28a1c8e", | ||
"version": "1.1.0-alpha.e66c6c9c", | ||
"author": "Jacob Bolda <me@jacobbolda.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
7503