Skip to content

Commit 18ea2f8

Browse files
committed
fix: miss default config
1 parent d322f64 commit 18ea2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default class Plugin
3636

3737
private html: File = {};
3838

39-
constructor(config: Config) {
39+
constructor(config: Config = {}) {
4040
this.config = config;
4141
}
4242

0 commit comments

Comments
 (0)