Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed duplicated require #731

Closed
wants to merge 2 commits into from
Closed

Removed duplicated require #731

wants to merge 2 commits into from

Conversation

DreierF
Copy link

@DreierF DreierF commented Dec 29, 2020

Hi,

utils is required twice here which makes rollup fail when processing the file:

[!] Error: Identifier 'utils' has already been declared
node_modules/jszip/lib/load.js (5:4)
3: var external = require("./external");
4: var utf8 = require('./utf8');
5: var utils = require('./utils');

@Stuk
Copy link
Owner

Stuk commented Feb 10, 2021

Sorry, I missed this one and merged the same fix from #734

@Stuk Stuk closed this Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants