@tailwindcss-mangle/core 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -417,7 +417,8 @@ function preProcessJs(options) {
417
417
  addToUsedBy
418
418
  }
419
419
  ]
420
- ]
420
+ ],
421
+ filename: id
421
422
  });
422
423
  return magicString.toString();
423
424
  }
package/dist/index.mjs CHANGED
@@ -418,7 +418,8 @@ function preProcessJs(options) {
418
418
  addToUsedBy
419
419
  }
420
420
  ]
421
- ]
421
+ ],
422
+ filename: id
422
423
  });
423
424
  return magicString.toString();
424
425
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailwindcss-mangle/core",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "The core of tailwindcss-mangle",
5
5
  "exports": {
6
6
  ".": {