-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
I can't get new transpiler to work with AMD formatter. Version 0.2 expects always to be one module (through moduleName
), but every AMD module should be outputted to separate file. What happens is that all files are saved (one owerwrites another) to the same path (e.g. bundle.js
).
I don't have good fix for this problem, so I'm starting this discussion. Some special magic value for moduleName
which switches to "not bundling" behaviour comes to my mind, but this is dirty solution. Has anyone better idea?
Metadata
Metadata
Assignees
Labels
No labels