Skip to content

Commit

Permalink
(chore): Fix the reference to the webpack types (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Jun 22, 2022
1 parent 48dab73 commit 7e58513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shell/esm-app-shell/src/system.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../../../node_modules/webpack/module.d.ts" />
/// <reference types="webpack/module" />
import "import-map-overrides";
import "systemjs/dist/system";
import "systemjs/dist/extras/amd";
Expand Down

0 comments on commit 7e58513

Please sign in to comment.