Skip to content

Commit

Permalink
Merge pull request #14 from helsingborg-stad/feat/rename-manifest
Browse files Browse the repository at this point in the history
Change name of generated manifest
  • Loading branch information
sebastianthulin authored Oct 29, 2024
2 parents 8aad7bc + 384bea3 commit d9293ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions dist/manifest.json

This file was deleted.

1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ module.exports = {
* Output manifest.json for cache busting
*/
new WebpackManifestPlugin({
fileName: "rev-manifest.json",
// Filter manifest items
filter: function (file) {
// Don't include source maps
Expand Down

0 comments on commit d9293ab

Please sign in to comment.