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

Error : jspdf.min.js has more than one anonymous define. May be a built file from another build system like, Ender. Skipping normalization. #1626

Closed
NivekDy opened this issue Feb 19, 2018 · 2 comments

Comments

@NivekDy
Copy link

NivekDy commented Feb 19, 2018

Please help, I've encountered an error while building my project using r.js, almondJs and requiredJs

"Tracing dependencies for: public/patch/almond
public/jsPDF/jspdf.min.js has more than one anonymous define. May be a built file from another build system like, Ender. Skipping normalization."

My jspdf.min from the latest master branch.

Here's a snippet of my code

requirejs.config({
  paths: {
  	'jspdf' : 'public/jsPDF/jspdf.min',
  }
})

define(
  [ 'underscore', 'marionette', 'jspdf'],  	
  function(_, Marionette, jsPDF) {
  //code here
  }
)

Thank you so much

@Uzlopak
Copy link
Collaborator

Uzlopak commented Feb 19, 2018

Duplicate of #1073

Will be closed here, but I can assure you that we work on this issue.

@Uzlopak Uzlopak closed this as completed Feb 19, 2018
@sheetalkrishna
Copy link

Hi,

Can you please tell me when will this issue be fixed? I have a high priority task to be delivered. What's the work - around for now?

Cheers,
Sheetal

@parallax parallax locked as off-topic and limited conversation to collaborators Mar 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants