Skip to content

Commit

Permalink
Merge pull request #1214 from AgID/develop
Browse files Browse the repository at this point in the history
Consolidation in master
  • Loading branch information
pdavide authored Dec 3, 2021
2 parents b793bfc + 4772405 commit b0febdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "italia/wai-portal",
"description": "Web Analytics Italia",
"version": "2.3.1-beta",
"version": "2.3.2-beta",
"keywords": ["analytics", "italia"],
"license": "AGPL-3.0-or-later",
"type": "project",
Expand Down
2 changes: 1 addition & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require('laravel-mix-stylelint');

mix.webpackConfig({
output: {
chunkFilename: 'js/chunks/[name].js',
chunkFilename: 'js/chunks/[name].[chunkhash].js',
}
});

Expand Down

0 comments on commit b0febdb

Please sign in to comment.