Skip to content

Commit

Permalink
Merge pull request #310 from d-ii-m-a/fix/add-asset-import-support
Browse files Browse the repository at this point in the history
fix: enable CSS file imports from chessground assets in Next.js projects
  • Loading branch information
ornicar authored Aug 19, 2024
2 parents 54a7e71 + 8a7e78b commit ba591a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"types": "chessground.d.ts",
"exports": {
".": "./dist/chessground.js",
"./assets/*": "./assets/*",
"./*": "./dist/*.js"
},
"typesVersions": {
Expand Down

0 comments on commit ba591a4

Please sign in to comment.