Closed
Description
Upgrading to the latest r.js
we got "Mismatched anonymous define() module: undefined"
message.
We reviewed generated file and discovered that all our modules like define([...]);
(without "factory" function) were generated without an ID
.
We use such modules extensively to gather subtrees as single dependence. So far we have to introduce a workaround using onBuildRead
callback to insert empty "factory" function for such modules.
The issue (seems) was introduced in 2.1.7 version.
Metadata
Metadata
Assignees
Labels
No labels