Skip to content

Commit

Permalink
No perf hints
Browse files Browse the repository at this point in the history
  • Loading branch information
malliina committed Sep 29, 2024
1 parent 29d8d37 commit fbd133e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions musicpimp/frontend/webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const rootDir = path.resolve(__dirname, '../../../..');
const cssDir = path.resolve(rootDir, 'src/main/resources/css');

const WebApp = Merge(ScalaJS, {
performance: { hints: false },
entry: {
styles: [path.resolve(cssDir, './musicpimp.js')]
},
Expand Down
1 change: 1 addition & 0 deletions pimpcloud/frontend/webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const rootDir = path.resolve(__dirname, '../../../..');
const cssDir = path.resolve(rootDir, 'css');

const WebApp = Merge(ScalaJS, {
performance: { hints: false },
entry: {
styles: [path.resolve(cssDir, './pimpcloud.js')]
},
Expand Down

0 comments on commit fbd133e

Please sign in to comment.