Skip to content

Commit

Permalink
remove webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo committed Feb 11, 2025
1 parent 74efb75 commit aca1384
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
11 changes: 1 addition & 10 deletions packages/esm-admin-openconceptlab-app/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const path = require('path');
const config = (module.exports = require('openmrs/default-webpack-config'));
config.overrides.resolve = {
extensions: ['.tsx', '.ts', '.jsx', '.js', '.scss', '.json'],
alias: {
'@tools': path.resolve(__dirname, 'tools/'),
},
};
module.exports = config;
module.exports = require('openmrs/default-webpack-config');
11 changes: 1 addition & 10 deletions packages/esm-reports-app/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const path = require('path');
const config = (module.exports = require('openmrs/default-webpack-config'));
config.overrides.resolve = {
extensions: ['.tsx', '.ts', '.jsx', '.js', '.scss', '.json'],
alias: {
'@tools': path.resolve(__dirname, 'tools/'),
},
};
module.exports = config;
module.exports = require('openmrs/default-webpack-config');
11 changes: 1 addition & 10 deletions packages/esm-system-admin-app/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const path = require('path');
const config = (module.exports = require('openmrs/default-webpack-config'));
config.overrides.resolve = {
extensions: ['.tsx', '.ts', '.jsx', '.js', '.scss', '.json'],
alias: {
'@tools': path.resolve(__dirname, 'tools/'),
},
};
module.exports = config;
module.exports = require('openmrs/default-webpack-config');

0 comments on commit aca1384

Please sign in to comment.