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 303285a commit 8f1c98b
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 @@ -172,7 +172,7 @@ var config = {
}),
new CopyWebpackPlugin({
patterns: [
{ from: './common-dist', to: 'reactapp' },
{ from: './common-dist', to: 'ccdi-cbio-frontend/reactapp' },
{ from: './src/rootImages', to: 'images' },
{ from: './src/common', to: 'common' },
{
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 = '/';

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

0 comments on commit 8f1c98b

Please sign in to comment.