Skip to content

Commit af931b4

Browse files
added RuntimeModule.STAGE_BASIC for DojoAMDRuntimeModule to comply with webpack runtime dependencies
1 parent 2732b21 commit af931b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DojoAMDRuntimeModule.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const stringify = require("node-stringify");
77

88
class DojoAMDRuntimeModule extends RuntimeModule {
99
constructor(chunk, set__, compiler) {
10-
super(pluginName);
10+
super(pluginName, RuntimeModule.STAGE_BASIC);
1111
this.chunk = chunk;
1212
this.pluginProps = getPluginProps(compiler);
1313
this.options = this.pluginProps.options;

0 commit comments

Comments
 (0)