package.lib.development.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
The newest version!
"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",
development: true
});
//# sourceMappingURL=development.js.map