source: imaps-frontend/node_modules/@babel/plugin-transform-react-jsx/lib/index.js

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 310 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7var _createPlugin = require("./create-plugin.js");
8var _default = exports.default = (0, _createPlugin.default)({
9 name: "transform-react-jsx",
10 development: false
11});
12
13//# sourceMappingURL=index.js.map
Note: See TracBrowser for help on using the repository browser.