Skip to content

Commit

Permalink
webpack: Resolve asset watching not compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 committed Mar 20, 2024
1 parent de955f8 commit 44113ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions invenio_assets/assets/build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Copyright (C) 2017-2018 CERN.
* Copyright (C) 2022-2023 Graz University of Technology.
* Copyright (C) 2023 TU Wien.
* Copyright (C) 2024 KTH Royal Institute of Technology.
*
* Invenio is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -252,6 +253,7 @@ var webpackConfig = {
watchOptions: {
followSymlinks: true,
},
cache: false,
};

if (process.env.npm_config_report) {
Expand Down

0 comments on commit 44113ab

Please sign in to comment.