tsconfig-paths-webpack-plugin
- Version 4.1.0
- Published
- 274 kB
- 3 dependencies
- MIT license
Install
npm i tsconfig-paths-webpack-plugin
yarn add tsconfig-paths-webpack-plugin
pnpm add tsconfig-paths-webpack-plugin
Overview
Load modules according to tsconfig paths in webpack.
Index
Classes
class TsconfigPathsPlugin
class TsconfigPathsPlugin implements ResolvePluginInstance {}
constructor
constructor(rawOptions?: Partial<Options.Options>);
property absoluteBaseUrl
absoluteBaseUrl: string;
property baseUrl
baseUrl: string;
property extensions
extensions: readonly string[];
property log
log: Logger.Logger;
property matchPath
matchPath: TsconfigPaths.MatchPathAsync;
property referenceMatchMap
referenceMatchMap: Record<string, TsconfigPaths.MatchPathAsync>;
property source
source: string;
property target
target: string;
method apply
apply: (resolver: Resolver) => void;
Package Files (2)
Dependencies (3)
Dev Dependencies (19)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/tsconfig-paths-webpack-plugin
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/tsconfig-paths-webpack-plugin)
- HTML<a href="https://www.jsdocs.io/package/tsconfig-paths-webpack-plugin"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3121 ms. - Missing or incorrect documentation? Open an issue for this package.