Skip to content

Commit

Permalink
Merge pull request #354 from grigorii-zander/master
Browse files Browse the repository at this point in the history
added RuntimeModule.STAGE_BASIC to comply with webpack runtime dependencies
  • Loading branch information
chuckdumont authored Nov 19, 2021
2 parents 2732b21 + af931b4 commit 2be1e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DojoAMDRuntimeModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const stringify = require("node-stringify");

class DojoAMDRuntimeModule extends RuntimeModule {
constructor(chunk, set__, compiler) {
super(pluginName);
super(pluginName, RuntimeModule.STAGE_BASIC);
this.chunk = chunk;
this.pluginProps = getPluginProps(compiler);
this.options = this.pluginProps.options;
Expand Down

0 comments on commit 2be1e15

Please sign in to comment.