Skip to content

Commit cf68507

Browse files
authored
Merge pull request #117 from duckblaster/main
Make config optional
2 parents e46b7b1 + 22627db commit cf68507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default class ChunksWebpackPlugin {
2626
* Instanciate the constructor
2727
* @param options Plugin options
2828
*/
29-
constructor(options: PluginOptions) {
29+
constructor(options?: Partial<PluginOptions>) {
3030
// Merge default options with user options
3131
this.options = Object.assign(
3232
{

0 commit comments

Comments
 (0)