UNPKG
tsconfig-paths-webpack-plugin
Version:
latest (4.2.0)
4.2.0
4.1.0
4.0.1
4.0.0
3.5.2
3.5.1
3.5.0
3.4.1
3.4.0
3.3.0
3.2.0
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
Load modules according to tsconfig paths in webpack.
dividab/tsconfig-paths-webpack-plugin
tsconfig-paths-webpack-plugin
/
lib
/
index.d.ts
4 lines
(3 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
export
{
TsconfigPathsPlugin
}
from
"./plugin"
;
import
{
TsconfigPathsPlugin
}
from
"./plugin"
;
export
default
TsconfigPathsPlugin
;