a zip code crypto-currency system good for red ONLY

1234567891011121314151617
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. var common_chunks_plugins_1 = require("./common-chunks-plugins");
  4. exports.getCommonChunksPlugin = common_chunks_plugins_1.getCommonChunksPlugin;
  5. var ionic_environment_plugin_1 = require("./ionic-environment-plugin");
  6. var source_mapper_1 = require("./source-mapper");
  7. var helpers_1 = require("../util/helpers");
  8. function getIonicEnvironmentPlugin() {
  9. var context = helpers_1.getContext();
  10. return new ionic_environment_plugin_1.IonicEnvironmentPlugin(context, true);
  11. }
  12. exports.getIonicEnvironmentPlugin = getIonicEnvironmentPlugin;
  13. function getSourceMapperFunction() {
  14. return source_mapper_1.provideCorrectSourcePath;
  15. }
  16. exports.getSourceMapperFunction = getSourceMapperFunction;