Skip to content

Commit

Permalink
fix: parcel unlink css transform not run for cjs (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa authored Nov 6, 2023
1 parent 571b82d commit 28d772e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/.parcelrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"optimizers": {
"*.js": [
"@parcel/optimizer-terser",
"parcel-optimizer-unlink-css"
"parcel-optimizer-unlink-css",
"@parcel/optimizer-terser"
]
}
}

0 comments on commit 28d772e

Please sign in to comment.