Skip to content

Commit

Permalink
Update webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyesit committed Feb 18, 2025
1 parent 44843d6 commit ea8b876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var config = {
chunkFilename: 'reactapp/[name].[chunkhash].chunk.js',
// cssFilename: 'reactapp/app.css',
// hash: false,
publicPath: '/ccdi-cbio-frontend/',
publicPath: 'ccdi-cbio-frontend/',
},

optimization: {
Expand Down Expand Up @@ -517,7 +517,7 @@ if (isDev || isTest) {
// from dev server
config.output.publicPath = `//localhost:${devPort}/`;
} else {
config.output.publicPath = '/ccdi-cbio-frontend/';
config.output.publicPath = 'ccdi-cbio-frontend/';

// css modules for any scss matching test
config.module.rules.push({
Expand Down

0 comments on commit ea8b876

Please sign in to comment.