Skip to content

Commit

Permalink
Webpack 5 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fkranenburg committed May 26, 2021
1 parent b0d2bd9 commit 88a4b42
Show file tree
Hide file tree
Showing 4 changed files with 5,371 additions and 2,851 deletions.
2 changes: 1 addition & 1 deletion lib/DojoAMDDependencyTemplateMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
const WebpackMissingModule = require("webpack/lib/dependencies/WebpackMissingModule");
const WebpackMissingModule = require("webpack/lib/ModuleNotFoundError");

module.exports = superclass => class extends superclass {

Expand Down
2 changes: 1 addition & 1 deletion lib/DojoLoaderPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const {reg, tap, callSync, callSyncBail} = require("webpack-plugin-compat").for(
const {containsModule} = require("./compat");
const CommonJsRequireDependency = require("webpack/lib/dependencies/CommonJsRequireDependency");
const ConstDependency = require("webpack/lib/dependencies/ConstDependency");
const BasicEvaluatedExpression = require("webpack/lib/BasicEvaluatedExpression");
const BasicEvaluatedExpression = require("webpack/lib/javascript/BasicEvaluatedExpression");
const buildLoader = require("../buildDojo/buildapi");
const compat = require("./compat");

Expand Down
Loading

0 comments on commit 88a4b42

Please sign in to comment.