Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(utils/dynamicRequire): pass moduleName explicitly as string
fixes the Webpack warning: "WARNING in ./src/public/app/services/utils.ts 249:15-34 Critical dependency: the request of a dependency is an expression" as we now explicitly pass the moduleName as string and not "expression"
- Loading branch information