diff --git a/invenio_assets/assets/build/webpack.config.js b/invenio_assets/assets/build/webpack.config.js index 2dda428..25ddbf4 100644 --- a/invenio_assets/assets/build/webpack.config.js +++ b/invenio_assets/assets/build/webpack.config.js @@ -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. @@ -252,6 +253,7 @@ var webpackConfig = { watchOptions: { followSymlinks: true, }, + cache: false, }; if (process.env.npm_config_report) {