Skip to content

Commit 4db9ad3

Browse files
committed
chore(deps): Replace uiw to @uiw/react-split.
1 parent 59b1888 commit 4db9ad3

File tree

4 files changed

+19220
-8358
lines changed

4 files changed

+19220
-8358
lines changed

.kktrc.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
import path from 'path';
2+
import { OptionConf } from 'kkt';
3+
import webpack from 'webpack';
4+
5+
type Webpack = typeof webpack;
26

37
export const moduleScopePluginOpts = [
48
path.resolve(process.cwd(), 'README.md'),
@@ -9,7 +13,7 @@ export const loaderOneOf = [
913
require.resolve('@kkt/loader-less')
1014
];
1115

12-
export default (conf, opts, webpack) => {
16+
export default (conf: webpack.Configuration, opts: OptionConf, webpack: Webpack) => {
1317
const pkg = require(path.resolve(process.cwd(), 'package.json'));
1418
conf.module.rules.map((item) => {
1519
if (item.oneOf) {

0 commit comments

Comments
 (0)