Skip to content

Commit

Permalink
fix: css exports for webpack (#1696)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Korlaar <[email protected]>
  • Loading branch information
ankurk91 and MaxKorlaar authored Nov 8, 2022
1 parent f735ca4 commit 1867e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
"./dist/vue-select.css": {
"import": "./dist/vue-select.css",
"require": "./dist/vue-select.css"
"require": "./dist/vue-select.css",
"style": "./dist/vue-select.css"
}
},
"private": false,
Expand Down

0 comments on commit 1867e29

Please sign in to comment.