UNPKG

878 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.TsconfigPathsPlugin = void 0;
4var plugin_1 = require("./plugin");
5Object.defineProperty(exports, "TsconfigPathsPlugin", { enumerable: true, get: function () { return plugin_1.TsconfigPathsPlugin; } });
6const plugin_2 = require("./plugin");
7// tslint:disable-next-line:no-default-export
8exports.default = plugin_2.TsconfigPathsPlugin;
9// This is to make it importable in all these ways
10// const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
11// import TsconfigPathsPlugin from "tsconfig-paths-webpack-plugin";
12// import { TsconfigPathsPlugin } from "tsconfig-paths-webpack-plugin";
13const theClass = require("./plugin").TsconfigPathsPlugin;
14theClass.TsconfigPathsPlugin = plugin_2.TsconfigPathsPlugin;
15theClass.default = plugin_2.TsconfigPathsPlugin;
16module.exports = theClass;