Skip to content

Commit

Permalink
fix: allow parcel to resolve tailwind plugin on same path as the export
Browse files Browse the repository at this point in the history
  • Loading branch information
LexSwed committed Dec 31, 2022
1 parent 8c6eed9 commit 96463b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"require": "./dist/fxtrot-ui.cjs",
"types": "./dist/types/index.d.ts"
},
"./tailwind.preset.cjs": "./dist/tailwind.preset.cjs",
"./style.css": "./dist/style.css"
"./dist/tailwind.preset.cjs": "./dist/tailwind.preset.cjs",
"./dist/style.css": "./dist/style.css"
},
"sideEffects": false,
"repository": {
Expand Down

1 comment on commit 96463b7

@vercel
Copy link

@vercel vercel bot commented on 96463b7 Dec 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fxtrot-ui – ./

fxtrot-ui-git-main-lexswed.vercel.app
fxtrot-ui.vercel.app
fxtrot-ui-lexswed.vercel.app

Please sign in to comment.