Skip to content

define call should include empty dependencies list#1368

Merged
sokra merged 1 commit intowebpack:masterfrom
dashed:patch-2
Aug 24, 2015
Merged

define call should include empty dependencies list#1368
sokra merged 1 commit intowebpack:masterfrom
dashed:patch-2

Conversation

@dashed
Copy link
Copy Markdown
Contributor

@dashed dashed commented Aug 19, 2015

see: umdjs/umd#34

Without this, the factory may be scanned for additional dependencies matching the literal string require("module-id"), which is not correct. See https://github.com/amdjs/amdjs-api/wiki/AMD#simplified-commonjs-wrapping-.

see: umdjs/umd#34

> Without this, the factory may be scanned for additional dependencies matching the literal string require("module-id"), which is not correct. See https://github.com/amdjs/amdjs-api/wiki/AMD#simplified-commonjs-wrapping-.
@dashed
Copy link
Copy Markdown
Contributor Author

dashed commented Aug 22, 2015

This PR should also include this fix umdjs/umd@6e69315

@dashed
Copy link
Copy Markdown
Contributor Author

dashed commented Aug 22, 2015

And this umdjs/umd#22

sokra added a commit that referenced this pull request Aug 24, 2015
define call should include empty dependencies list
@sokra sokra merged commit a94baa6 into webpack:master Aug 24, 2015
@sokra
Copy link
Copy Markdown
Member

sokra commented Aug 24, 2015

Thanks. Do you want to do another PR for the other fixes?

@dashed
Copy link
Copy Markdown
Contributor Author

dashed commented Aug 24, 2015

Yep. Will do.

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.

2 participants