Skip to content

Commit

Permalink
fix: use correct zip.js dist
Browse files Browse the repository at this point in the history
  • Loading branch information
poohcom1 committed Jun 16, 2024
1 parent 8f18fb6 commit 8403785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = {
],
require: [
'https://github.com/poohcom1/vanilla-context-menu/releases/download/v1.10.0/vanilla-context-menu.js',
'https://raw.githubusercontent.com/gildas-lormeau/zip.js/969f6589f3a979a9ed7eb6c6dfa8e32f8c51a62a/dist/zip-fs.min.js',
'https://raw.githubusercontent.com/gildas-lormeau/zip.js/969f6589f3a979a9ed7eb6c6dfa8e32f8c51a62a/dist/zip.min.js',
],
},
pretty: true,
Expand Down

0 comments on commit 8403785

Please sign in to comment.