Skip to content

Commit

Permalink
chore: [core] babel add filename (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic authored Aug 9, 2023
1 parent 9cacdf4 commit 6cd9235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss-mangle/core",
"version": "2.0.1",
"version": "2.0.2",
"description": "The core of tailwindcss-mangle",
"exports": {
".": {
Expand Down
3 changes: 2 additions & 1 deletion packages/core/src/js/pre.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ export function preProcessJs(options: { code: string; replaceMap: Map<string, st
addToUsedBy
}
]
]
],
filename: id
})
return magicString.toString()
}

0 comments on commit 6cd9235

Please sign in to comment.