package.lib.index.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-transform-react-jsx Show documentation
Show all versions of plugin-transform-react-jsx Show documentation
Turn JSX into React function calls
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _createPlugin = require("./create-plugin.js");
var _default = exports.default = (0, _createPlugin.default)({
name: "transform-react-jsx",
development: false
});
//# sourceMappingURL=index.js.map
© 2015 - 2024 Weber Informatics LLC | Privacy Policy