Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Jul 26, 2023
1 parent 90c5ed2 commit ba5abba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const config = (module.exports = require("openmrs/default-webpack-config"));
config.scriptRuleConfig.exclude = /(node_modules(?![/\\]@(?:openmrs|ohri)))/;
config.override.resolve = {
config.overrides.resolve = {
extensions: [".tsx", ".ts", ".jsx", ".js", ".scss", ".json"],
alias: {
"@openmrs/esm-framework": "@openmrs/esm-framework/src/internal",
Expand Down

0 comments on commit ba5abba

Please sign in to comment.