We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Looking at the source code I see that build_web_compilers has hardcoded amd module type when building for web.
build_web_compilers
amd
Is there a way to override this default behavior?
I'm working on some packages which are designed for NodeJS and this requires common module type.
common