Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Commit f5095e2

Browse files
committed
fix(all): d.ts -> .ts
1 parent 86421b7 commit f5095e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import {Webpack as WebpackConfig} from '../webpack'
1+
import {Webpack as WebpackConfig} from './webpack'
22
import {assign, literalReplace} from '@easy-webpack/assign'
33
export {get} from 'lodash'
4-
export {Webpack as WebpackConfig} from '../webpack'
4+
export {Webpack as WebpackConfig} from './webpack'
55
export * from '@easy-webpack/assign'
66

77
function hasProcessFlag(flag) {
File renamed without changes.

0 commit comments

Comments
 (0)