Skip to content

Commit

Permalink
Improve configuration for webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePastore committed Oct 13, 2022
1 parent d698e04 commit 5d88227
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webpack.config.js
Expand Up @@ -74,4 +74,7 @@ Encore
.autoProvidejQuery()
;

module.exports = Encore.getWebpackConfig();
webpackConfig = Encore.getWebpackConfig();
webpackConfig.output.hashFunction = 'xxhash64';
webpackConfig.experiments.futureDefaults = true;
module.exports = webpackConfig

0 comments on commit 5d88227

Please sign in to comment.