module-transformations.js 375 B

123456789101112131415
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. var _default = {
  7. auto: "transform-modules-commonjs",
  8. amd: "transform-modules-amd",
  9. commonjs: "transform-modules-commonjs",
  10. cjs: "transform-modules-commonjs",
  11. systemjs: "transform-modules-systemjs",
  12. umd: "transform-modules-umd"
  13. };
  14. exports.default = _default;