We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2732b21 + af931b4 commit 2be1e15Copy full SHA for 2be1e15
lib/DojoAMDRuntimeModule.js
@@ -7,7 +7,7 @@ const stringify = require("node-stringify");
7
8
class DojoAMDRuntimeModule extends RuntimeModule {
9
constructor(chunk, set__, compiler) {
10
- super(pluginName);
+ super(pluginName, RuntimeModule.STAGE_BASIC);
11
this.chunk = chunk;
12
this.pluginProps = getPluginProps(compiler);
13
this.options = this.pluginProps.options;
0 commit comments