2.5.26 • Published 2 years ago
@dumlj/dts-webpack-plugin v2.5.26
Dts Webpack Plugin
Build dts files with webpack
BACKGROUND
After Webpack is built, it is no longer the original resource.
Therefore, if you want to export .d.ts files, you need to execute tsc to compile the .d.ts file.
FEATURE
- It can directly output
d.tsfiles. - Support alias of
tsconfig.jsonby default.- It was use ts-patch to support alias.
INSTALL
# use npm
$ npm install --dev @dumlj/dts-webpack-plugin
# use yarn
$ yarn add --dev @dumlj/dts-webpack-plugin
# use pnpm
$ pnpm add @dumlj/dts-webpack-plugin -DUSAGE
import { OneWebpackDTSPlugin } from '@series-one/webpack-dts-plugin'
export default {
plugins: [
new OneWebpackDTSPlugin({
rootDir: path.join(__dirname, './src'),
}),
],
}LIVE DEMO
After execution, please check the console or ./build directory.
INTERNAL DEPENDENCIES
2.5.27-alpha.1713365667.0
2 years ago
2.5.26-alpha.1710126501.0
2 years ago
2.5.26
2 years ago
2.5.26-alpha.1709143224.0
2 years ago
2.5.26-alpha.1709136968.0
2 years ago
2.5.25-alpha.1709135426.0
2 years ago
2.5.25
2 years ago
2.5.23
2 years ago
2.5.24
2 years ago
2.5.23-alpha.1707383866.0
2 years ago
2.5.23-alpha.1707390213.0
2 years ago
2.5.23-alpha.1707401616.0
2 years ago
2.5.23-alpha.1707244387.0
2 years ago
2.5.23-alpha.1707282212.0
2 years ago
2.5.23-alpha.1707248747.0
2 years ago
2.5.23-alpha.1707245597.0
2 years ago
2.5.23-alpha.1707287569.0
2 years ago
2.5.23-alpha.1707212485.0
2 years ago
2.5.22
2 years ago
2.5.21
2 years ago
2.5.20
2 years ago
2.5.19
2 years ago
2.5.18
2 years ago