gatsby-source-wordpress
Version:
Source data from WordPress in an efficient and scalable way.
10 lines (9 loc) • 454 B
JavaScript
;
exports.__esModule = true;
exports.needToTouchNodes = exports.hasStatefulSourceNodes = void 0;
var _gatsbyPluginUtils = require("gatsby-plugin-utils");
const hasStatefulSourceNodes = (0, _gatsbyPluginUtils.hasFeature)(`stateful-source-nodes`);
exports.hasStatefulSourceNodes = hasStatefulSourceNodes;
const needToTouchNodes = !hasStatefulSourceNodes;
exports.needToTouchNodes = needToTouchNodes;
//# sourceMappingURL=gatsby-features.js.map