We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e46b7b1 + 22627db commit cf68507Copy full SHA for cf68507
1 file changed
src/index.ts
@@ -26,7 +26,7 @@ export default class ChunksWebpackPlugin {
26
* Instanciate the constructor
27
* @param options Plugin options
28
*/
29
- constructor(options: PluginOptions) {
+ constructor(options?: Partial<PluginOptions>) {
30
// Merge default options with user options
31
this.options = Object.assign(
32
{
0 commit comments