Skip to content

Commit

Permalink
chore: Add bundlemon config
Browse files Browse the repository at this point in the history
Adding a minimum configuration.
The package is already present but the config was missing.
  • Loading branch information
Merkur39 committed Oct 15, 2024
1 parent 8e2bfe8 commit 8eb90fc
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .bundlemonrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"baseDir": "./build",
"files": [
{
"path": "app/photos.<hash>.js"
},
{
"path": "public/cozy-client-js.js"
},
{
"path": "public/photos.<hash>.js"
},
{
"path": "public/photos.<hash>.min.css"
},
{
"path": "services/onPhotoTrashed/photos.js"
},
{
"path": "services/onPhotoUpload/photos.js"
},
{
"path": "vendors/photos.<hash>.js"
},
{
"path": "app-photos.<hash>.min.css"
},
{
"path": "index.html"
},
{
"path": "manifest.json"
},
{
"path": "manifest.webapp"
},
{
"path": "vendors-photos.<hash>.min.css"
}
],
"reportOutput": [
"github"
]
}

0 comments on commit 8eb90fc

Please sign in to comment.