Skip to content

Commit

Permalink
Repack bundle using bare-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Nov 6, 2024
1 parent 40a99d2 commit b9b46b9
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions test/fixtures/bundle/mod.bundle
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
291
{
"version": 0,
"main": "/mod.js",
"imports": {},
"resolutions": {
"/mod.js": {
"bare:package": "/package.json"
}
},
"files": {
"/mod.js": {
"offset": 0,
"length": 37
},
"/package.json": {
"offset": 37,
"length": 23
}
}
}
324
{"version":0,"id":"cb8c7077a070e206346668f12585dfcfb8164a5d2696638ff776f0d95ea363df","main":"/mod.js","imports":{},"resolutions":{"/mod.js":{"#package":"/package.json"},"/package.json":{}},"addons":[],"assets":[],"files":{"/mod.js":{"offset":0,"length":37,"mode":420},"/package.json":{"offset":37,"length":23,"mode":420}}}
module.exports = 'Hello from bundle'
{
"name": "bundle"
Expand Down

0 comments on commit b9b46b9

Please sign in to comment.