Skip to content

Commit 2be1e15

Browse files
author
Chuck Dumont
authored
Merge pull request #354 from grigorii-zander/master
added RuntimeModule.STAGE_BASIC to comply with webpack runtime dependencies
2 parents 2732b21 + af931b4 commit 2be1e15

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)