Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
badsgahhl committed Dec 30, 2024
1 parent 9fd13c0 commit 054a215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webpack/WebpackConfigFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export class WebpackConfigFactory {
filename: 'package.' + browser + '.zip',
path: path.join(__dirname, '../../')
}
// @ts-ignore
config.plugins.push(new ZipPlugin(zip_options))
}
}
Expand Down

0 comments on commit 054a215

Please sign in to comment.